Answer: 160
Step-by-step explanation:
160 is the answer trust me
Answer:
i think 6.4
Step-by-step explanation:
because at first i I thought you needed to multiply but i divided
A college basketball game is 40 minutes long. Derrick’s favorite player participated for 60% of last week’s game. How many minutes did the player participate? Help me pleaseeee!
Answer:
24 minutes
Step-by-step explanation:
1. Turn it into an equation.
60% of 40
2. Create a proportion.
x/40 = 60/100
3. Cross multiply
40 x 60 = 2400
x x 100 = 100x
4. Divide
2400/100x = 24x
Ivan is trying to drink more water, so he has been keeping a log of how much water he drinks. Ivan drank 100 ounces of water two days ago. Yesterday, he drank 86.1% more than that amount. How much water did he drink yesterday? Round your answer to the nearest tenth.
Ivan drank 186.1 ounces of water yesterday
How to find the amount of waterInformation from the problem
100 ounces of water two days ago
Yesterday, he drank 86.1% more than that amount
The statement implies that Ivan drank 100 ounces + 86.1%
86.1% = 0.861 to add this we solve as follows
= 100 ounces * 1.861
= 186.1 ounces
Learn more about word problem at:
https://brainly.com/question/13818690
#SPJ1
PLZ NEED A PROFESSIONAL :( Which is the equation of a parabola with a directrix at y = 2 and a focus at (5, 0)
.
y = one fourth(x − 5)2 + 1
y = one fourth(x + 1)2 − 5
y = −one fourth(x + 1)2 − 5
y = −one fourth(x − 5)2 + 1
Answer:
Answer D (the fourth one)
Step-by-step explanation:
First, we need to set up a (y−k)^2=4p(x−h). After plugging in all of your values, you would get (x-5)^2=-4(y-1). Now, we need to solve in terms of y by dividing each side by the factors that don't contain the variable. Your final solution should be \(y = -\frac{1}{4}(x - 5^{2}) + 1\)
The equation is y = −one fourth(x − 5)2 + 1.
What type of equation is a parabola?
This form is called the usual shape of a quadratic function. The graph of the quadratic feature is a U-shaped curve is known as a parabola. The graph of the equation y=x2, shown under, is a parabola.
What is a standard form parabola?In trendy shape, the “a” cost represents the identical element because it does in vertex shape. Just as noted earlier than, it dictates the path of the parabola's commencing. If a > zero the parabola opens upwards, resulting in a minimal price. If a < zero, however, the parabola opens downwards, resulting in a maximum price.
Learn more about the equation of a parabola here https://brainly.com/question/4148030
#SPJ2
Rowan bought a large bag of jellybeans. She divided the jellybeans into 9 smaller bags that each contained 6 ounces. Write a division EQUATION (not answer) that could be used to find the amount of jellybeans, b, in ounces, that were in the original bag that Rowan bought.
The division equation that could be used to find the amount of jellybeans, b, in ounces, that were in the original bag that Rowan bought is given as follows:
6 = b/9.
How to obtain the division equation?The division equation is obtained applying the proportions in the context of this problem.
The number of ounces per bean is given by the division of the total amount of jellybeans and the number of bags.
The parameters for this problem are given as follows:
6 ounces per bag.9 bags.Hence the division equation is given as follows:
6 = b/9.
More can be learned about proportions at https://brainly.com/question/24372153
#SPJ1
Simplify each expression, Help plz
Answer:
I believe that the answer is the second one.
Step-by-step explanation:
Using Compound Interest, calculate the principle and interest earned (final
balance/principal
and interest) if:
Principle=$2,000
Interest Rate=8.5%
Time=10 years
Interest Calculated Quarterly
Answer: 20,085
Step-by-step explanation: 2,000x10=20,000. 8.5x10=85. 20,000+85=20,085.
I hope I got this right and if I did it right.
Find the unit rate: 3.60 for 3 pounds of apples. How much does it cost for 1 pound of apples?
Answer:
1.20
Step-by-step explanation:
3.60( the cost)divided by the number of apples.
Find the value of x.
Answer:
the value of x is 150° because all are 150°
what is the property of 3x(5x7)=(3x5)7
The property you are referring to is called the associative property of multiplication. According to this property, when multiplying three numbers, the grouping of the numbers does not affect the result. In other words, you can change the grouping of the factors without changing the product.
In the equation you provided: 3x(5x7) = (3x5)7
The associative property allows us to group the factors in different ways without changing the result. So, whether we multiply 5 and 7 first, or multiply 3 and 5 first, the final product will be the same.
Evaluate 9x2y−2 for x = –3 and y = 2.
9(−6)0
1/144
20 1/4
324
Answer:
20 1/4
Step-by-step explanation:
Substitute for the variables, the solve
given n points on a 2d plane. find the maximum number of points which can be covered by a rectangle with length x and breadth y. a point is said to be covered by a recatangle if it lies on the sides or inside the rectangle.
Due tο the 90 degree angle created by the axes at the origin and the measurements at point p, the system is knοwn as being rectangular.
What is Cartesian coordinate system?
A Cartesian coordinate system in a plane is a system of cοordinates that uniquely identifies each pοint by a pair of numerical coordinates. The coordinates (Xp, Yp) shοw where point p is in relation to the origin. Because the angle created by the axes at the οrigin and the angle created by the measurements at point p are bοth 90 degrees, the system is referred tο as rectangular. Thus, the measurement has sides of Xp and Yp, fοrming a rectangle.
These numerical coοrdinates are the signed distances from two fixed perpendicular οriented lines to the point, measured in the same unit of length.
In any case, for any convex polygon (including rectangle) the test is very simple: check each edge of the polygοn, assuming each edge is oriented in cοunterclockwise direction, and test whether the point lies tο the left of the edge (in the left-hand half-plane). If all edges pass the test - the pοint is inside. If at least οne fails - the point is outside.
In order to test whether the point (xp, yp) lies οn the left-hand side οf the edge (x1, y1) - (x2, y2), you just need tο calculate
D = (x2 - x1) * (yp - y1) - (xp - x1) * (y2 - y1)
If D > ∅, the pοint is on the left-hand side. If D < ∅, the point is on the right-hand side. If D = ∅, the pοint is on the line.
The previous versiοn of this answer described a seemingly different version οf left-hand side test . But it can be easily shοwn that it calculates the same value.
In order to test whether the point (xp, yp) liesοn the left-hand side of the edge (x1, y1) - (x2, y2), yοu need to build the line equation for the line containing the edge. The equatiοn is as follows
A × x + B × y + C = ∅
where
A = -(y2 - y1)
B = x2 - x1
C = -(A * x1 + B * y1)
Now all you need to dο is to calculate
D = A * xp + B * yp + C
If D > ∅, the pοint is on the left-hand side. If D < ∅, the point is on the right-hand side. If D = ∅, the point is on the line.
However, this test, again, wοrks for any convex polygon, meaning that it might be too generic fοr a rectangle. A rectangle might allow a simpler test... For example, in a rectangle (οr in any other parallelogram) the values of A and B have the same magnitude but different signs for opposing (i.e. parallel) edges, which can be explοited to simplify the test.
Learn mοre about Cartesian coordinate system refer to :
brainly.com/question/4726772
#SPJ4
The top three prices for works of art sold at auction in 2013 totaled $308.0 million. These three works of art were a sculpture, a painting, and a photograph. The selling price of the painting was $49.4 million more than that of the photograph. Together, the painting and the photograph sold for $24.4 million more than the sculpture. What was the selling price of each work?
The selling prices of the sculpture, painting, and photograph were 166.5 million, 107.0 million, and 57.6 million respectively.
How to Determine the Selling Price?Let's call the selling prices of the sculpture, painting, and photograph as S, P, and Ph respectively.
From the first sentence, we know that:
S + P + Ph = 308.0 million
From the second sentence, we know that:
P = Ph + 49.4 million
And from the third sentence, we know that:
P + Ph = S + 24.4 million
Now we can substitute the second equation into the third equation:
(Ph + 49.4 million) + Ph = S + 24.4 million
Simplifying:
2Ph + 49.4 million = S + 24.4 million
2Ph = S - 25 million
Substituting this into the first equation:
S + P + Ph = 308.0 million
S + (Ph + 49.4 million) + Ph = 308.0 million
2Ph + S = 258.6 million
Now we can substitute the equation we derived earlier:
S + 2Ph - 49.4 million = 258.6 million
S + 2Ph = 308.0 million
Substituting 2Ph = S - 25 million:
S + S - 25 million = 308.0 million
2S = 333.0 million
S = 166.5 million
Now we can use this value to find P and Ph:
P = Ph + 49.4 million
P + Ph = S + 24.4 million
Substituting S = 166.5 million in both equations:
P + Ph = 190.9 million
P = Ph + 49.4 million
Solving these two equations simultaneously:
Ph = 57.6 million
P = 107.0 million
Learn more about selling price on:
https://brainly.com/question/26008313
#SPJ1
determine the pattern then write the decimal to complete the decimal grid 0.34 0.65
0.7768
To know more about decimal grid refer to https://brainly.com/question/18827528
#SPJ1
Although part of your question is missing, the complete question is "determine the pattern then write the decimal to complete the decimal grid 0.34 0.65 as shown in a grid".
The decimals in given pattern is 0.23, 0.24, 0.25, 0.34, 0.43, 0.44, 0.45, 0.54 , 0.63, 0.64, 0.65.
In the decimal grid, there are 5 horizontal rows and 3 vertical columns. In each row, the next element increases by 0.01 and In each column, the next element increases by 0.10.
So in the first row, the elements are 0.23, 0.24, 0.25
The given element below that is given as 0.34
The elements in the next row are 0.43, 0.44, 0.45
The element in the fourth row is 0.54
The elements of the last row are 0.63 and 0.65
Hence, completing the pattern missing elements are 0.23, 0.24, 0.25, 0.43, 0.44, 0.45, 0.54 and 0.63
Learn more about solving decimal grids here https://brainly.com/question/1847283
#SPJ1
Val's whole-house central air conditioner uses 2,500 watts when running. Val runs the AC 5 hours per summer day. Electricity costs (12 cents)/(1 kilowatt-hour). How much does Val's AC cost to run for a summer month of 30 days?
The total cost to run Val’s AC costs for a summer month of 30 days will be $67.5.
What is the unitary method?The unitary method is a method for solving a problem by the first value of a single unit and then finding the value by multiplying the single value.
Quantity of electricity used in kilowatts is;
1000 watts = 1 kilowatts
2,500 watts = 2.5 kilowatts
Given that Number of hours Val runs AC per day = 5 hours
Number of days = 30 days
Cost of electricity = $0.18 kilowatts per hour
The Cost of Val’s AC to run for a summer month of 30 days can be calculated as;
= Quantity of electricity used × Number of hours Val runs AC per day × Number of days × Cost of electricity
= 2.5 × 5 × 30 × 0.18
= $67.5
The total cost to run Val’s AC costs for a summer month of 30 days will be $67.5.
Learn more about cost:
brainly.com/question/2021001
#SPJ1
Helen’s age is a multiple of 4. Next year it’ll be a multiple of 3. Helen’s older brother is now 19. How old is Helen now?
Answer: Helen is 8 years old.
Step-by-step explanation:
Given: Helen’s age is a multiple of 4.
i.e. Choices for Helen’s age = 4, 8 , 16, ...
Helen’s older brother is now 19.
That means Helen's age < 19
Choices for Helen's age left = 4, 8, 16
Next year it’ll be a multiple of 3.
That is only possible if Helen's age = 8
Because next year her age = 8+1 = 9 years which is divisible by 3.
Hence, Helen is 8 years old.
The percent of sales tax is 8%. What is the dollar amount of sales tax on a skateboard that costs $86.00?
Answer:
6.88
Step-by-step explanation:
8/100= 0.08
0.08×86 = 6.88
Which equation is true?
An equation which is true include the following: A. 4 × n × n × n × n = 4n⁴.
What is an exponent?In Mathematics, an exponent is a mathematical operation that is typically used in conjunction with an algebraic expression in order to raise a quantity to the power of another.
This ultimately implies that, an exponent is represented by the following mathematical expression;
bⁿ
Where:
the variables b and n are numerical values (numbers) or an algebraic expression.n is referred to as a superscript or power.By applying the multiplication law of exponents for powers to each of the expressions, we have the following:
4 × n × n × n × n = 4n⁴
4 × n⁴ = 4n⁴
Read more on exponent here: https://brainly.com/question/27858496
#SPJ1
The population of California grew at about 3.5%per year from the year 1860 to 1990 the population in 1860 was about 400,000 people create an equation that models p
Answer:
Consider that point A is located at (x, y) in Quadrant I of the coordinate plane. In which quadrant is point B with coordinates (x, -y) located? A) Quadrant I B) Quadrant II C) Quadrant IV D lll
Please see attached question 12 of 25
option d. 37/2 ÷ 17/4 is correct.
Step-by-step explanation:
\(18\ \frac{1}{2} \div 4\ \frac{1}{4} \)
If we have equation like this , we have to simply multiply the denominator with the first term and the product we will get , add the numerator .here we, multiply 2 with 18 and the product will be 36 , 36 + 1 = 37 . Similarly 4×4 = 16 and 16+ 1= 17 .We have to put denominator as it is.\( = > \frac{37}{2} \div \frac{17}{2} \)
A quadratic equation, y = ax^2 - 6x + 10, has exactly one real root. Calculate the value of a.
Answer:
a = 0.9
Step-by-step explanation:
For the quadratic equation \(\boxed{ax^2 + bx + c = 0}\) to have exactly one real root, the value of its discriminant, \(\boxed{b^2 - 4ac}\), must be zero.
For the given equation:
\(y = ax^2 - 6x + 10\),
• a = a
• b = -6
• c = 10.
Substituting these values into the formula for discriminant, we get:
\((-6)^2 - 4(a)(10) = 0\)
⇒ \(36 - 40a = 0\)
⇒ \(36 = 40a\)
⇒ \(a = \frac{36}{40}\)
⇒ \(a = \bf 0.9\)
Therefore the value of a is 0.9 when the given quadratic has exactly one root.
3. You go to a restaurant and spend $82. You find out the bill is 15% off, how much do you pay?
Answer:
$69.7
Step-by-step explanation:
82*0.15(15%)
12.3
82-12.3=
69.7
pls help and explain how you got the answer
The class of the equation and the cross section equation are;
The equation is a hyperboloid of two sheets
The cross sections are;
Equation at z = 0 is; y²/8 - x²/8 = 1
Equation at y = -4 is; x²/8 + z² = 1
Equation at y = 0 is; x²/8 + z² = -1
Equation at y = 4 is; x²/8 + z² = 1
Equation at x = 0 is; y²/8 - z² = 1
What is an equation ?An equation is a mathematical statement which indicates the equivalence two expressions by joining them with the '=' sign.
The equation can be presented as follows;
y² = x² + 8·z² + 8
y² - x² - 8·z² = 8
y²/8 - x²/8 - z² = 1
The above equation is the equation of an hyperboloid of two sheets, where;
a² = 8, b² = 1, and c² = 8
Please find attached the diagram of the surface, created with an online 3D graphing tool.
The equation for the cross section at z = 0, can be obtained by plugging in z = 0, into the equation as follows;
y²/8 - x²/8 - 0 = 1
y²/8 - x²/8 = 1
The above equation is the equation of an hyperbola in the xy plane
The equation for the cross section at y = -4, can be obtained by plugging in y = -4, into the equation as follows;
4²/8 - x²/8 - z² = 1
- x²/8 - z² = 1 - 4²/8 = -1
- x²/8 - z² = -1
x²/8 + z² = 1
The above is an equation of an ellipse in the xz plane
The equation for the cross section at y = 0, can be obtained by plugging in y = 0, into the equation as follows;
0²/8 - x²/8 - z² = 1
- x²/8 - z² = 1
Therefore; x²/8 + z² = -1
The equation for the cross section at y = 4, can be obtained by plugging in y = 4, into the equation as follows;
4²/8 - x²/8 - z² = 1
- x²/8 - z² = 1 - 2 = -1
x²/8 + z² = 1
The above equation is the equation of an ellipse in the xz plane
The equation for the cross section at x = 0, can be obtained by plugging in x = 0, into the equation as follows;
y²/8 - 0²/8 - z² = 1
y²/8 - z² = 1
The equation is the equation of an hyperbola in the yz plane
Learn more on equations of conic sections here: https://brainly.com/question/30989935
#SPJ1
2x + 3 ≥ 6 illustrat in number line
Answer:
2x + 3 ≥ 6
2x + 3 - 3 ≥ 6 - 3
2x ≥ 3
2x ÷ 2 ≥ 3 ÷ 2
x ≥ 1.5
find three consecutive even integers such that the sum of the smaller and three times the larger Is 84
Using the concept of the word problem and utilizing the provided conditions and values, The answer is 18, 20, and 22.
What is a word problem?A word problem in mathematics is a problem or exercise that is expressed in a natural language, rather than in mathematical notation. These types of problems often present a real-world situation that involves mathematical concepts, such as numbers, operations, or measurements. They typically require the use of mathematical reasoning and problem-solving skills to understand the problem and find a solution. Examples of word problems include: "If a train travels 60 miles per hour and you want to know how far it will travel in 4 hours", "If a rectangle is 6 meters long and 4 meters wide, what is its area?", "If a bag contains 3 red balls and 4 blue balls, what is the probability of picking a blue ball?"
What are conditions of the problem?In a mathematical problem, the conditions refer to the specific information or constraints provided in the problem statement that must be taken into account in order to find a solution. These conditions can include information about the quantities involved in the problem, the operations that need to be performed, or the specific requirements that the solution must meet.
Let x be the smallest of the three consecutive even integers. Then the next two integers are x+2 and x+4. We know that:
x + (x+4) * 3 = 84
Expanding and solving for x:
x + 3x + 12 = 84
4x = 72
x = 18
So the three consecutive even integers are 18, 20, and 22.
To learn more about word problems visit:
https://brainly.com/question/14319273
#SPJ1
if the letter l,o,g,ic are randomnly arranged to form word logic what is the probability that result will be woord logic
The probability of randomly forming the word "woord logic" is:Probability = 1 / (10! / (2!))
To calculate the probability of forming the word "woord logic" by randomly arranging the letters l, o, g, i, c, we need to consider the total number of possible arrangements and the number of arrangements that result in the desired word.
The word "woord logic" has 10 letters in total. Among these letters, there are 2 o's and the remaining letters appear only once.
The total number of possible arrangements is given by the factorial of the total number of letters:
Total arrangements = 10!
However, since the letter "o" appears twice, we need to divide by the factorial of the number of repeated letters:
Total arrangements = 10! / (2!)
To calculate the number of arrangements that result in "woord logic," we consider that the arrangement of "woord logic" is unique and distinct. Thus, there is only one arrangement that matches the desired word.Simplifying this expression would yield the exact probability.
For more such questions on probability
https://brainly.com/question/251701
#SPJ8
Please help me with this and I will mark brainliest.
Bottom = 2 x 4 x 3 = 24 cubic meters
Top = 2 x 2 x 3 = 12 cubic meters
24-12=12
The bottom is 12 cubic meters larger
the radius of a cylindrical construction pipe is 3 ft . If the pipe is 25ft long , what is it’s volume ?
Given:
radius of a cylindrical construction pipe is 3 ft
lenghtis 25ft long
Required:
what is it’s volume
Explanation:
volume of cylinder:
\(\begin{gathered} V=\pi r^2h \\ \\ here\text{ h is the length of the pipe} \\ \\ V=3.14\times(3)^2\times25 \\ \\ V=3.14\times9\times25 \\ \\ V=707\text{ ft}^3 \end{gathered}\)Required answer:
\(V=707\text{ ft}^3\)The map shows an obstacle course at a school fair. The units are given in yards.
What is the total distance of
the obstacle course?
? yards
Start
(-40, -10)
Tire
Race
(-40, -30)
Finish
(10, 20)
Monkey
Bars
(40,20)
Rope
Climb
(40,-30)
The total distance of the obstacle course can be calculated by finding the distance between each pair of consecutive points and adding them up. The distance between two points (x1, y1) and (x2, y2) can be calculated using the formula: distance = sqrt((x2 - x1)^2 + (y2 - y1)^2).
Using this formula, we can calculate the distances between each pair of consecutive points as follows:
Start to Tire Race: distance = sqrt((-40 - (-40))^2 + (-30 - (-10))^2) = 20 yards
Tire Race to Rope Climb: distance = sqrt((40 - (-40))^2 + (-30 - (-30))^2) = 80 yards
Rope Climb to Monkey Bars: distance = sqrt((40 - 40)^2 + (20 - (-30))^2) = 50 yards
Monkey Bars to Finish: distance = sqrt((10 - 40)^2 + (20 - 20)^2) = 30 yards
Adding up all these distances, we get a total distance of 20 + 80 + 50 + 30 = 180 yards for the obstacle course.
Please, help it is geometry
Answer:
WR ≈ 13.862
Step-by-step explanation:
using Pythagoras' identity in the right triangle.
the square on the hypotenuse is equal to the sum of the squares on the other 2 sides , that is
WR² + RT² = WT²
WR² + 12.1² = 18.4²
WR² + 146.41 = 338.56 ( subtract 146.41 from both sides )
WR² = 192.15 ( take the square root of both sides )
WR = \(\sqrt{192.15}\) ≈ 13.862 ( to the nearest thousandth )
Please help me with this proof.
Answer:
See below
Step-by-step explanation:
For the second step, \(\angle T\cong\angle R\) by Alternate Interior Angles. The rest of the steps appear to be correct.