Answer:
Hi i think that the correct answer is B
5. Each side is equal and you need to find what number times itself 3 times gets 125, which in this case is 5. 5x5x5= 125, which means 5 is the correct answer.
Answer:
24 quarters and 49 nickels
Step-by-step explanation:
This situation has two unknowns - the total number of nickels and the total number of quarters. Because we have two unknowns, we will write a system of equations with two equations using the two unknowns.
- n+q=73 is an equation representing the total number of coins
- 0.05n+0.25q=8.45 is an equation representing the total value in money based on the number of coin. 0.05 and 0.25 come from the value of a nickel and quarter individually.
We write the first equation in terms of q by subtracting it across the equal sign to get n=73-q. We now substitute this for n in the second equation.
0.05(73-q)+0.25q=8.45
3.65-0.05q+0.25q=8.45
3.65+0.20q=8.45
After simplifying, we subtract 3.65 across and divide by the coefficient of q.
0.20q=4.8
q=24
We now know of the 73 coins that 24 are quarters. To find the number of nickels, we subtract 24 from 73 and get 49 nickels.
Answer:
$0.29
Step-by-step explanation:
Multiply the unit weight ($0.24/ounce) by the weight (1.2 oz.):
$0.24 1.2 oz
.24 * 1.2 = $0.288
So, the rounded answer will be $0.29
Answer:
y = 2x - 7
Step-by-step explanation:
The question is asking for slope-intercept form, y = mx + a.
Given:
(1, -5) and (9, 11)
Find the slope (m) between the two points:
m = (y2 - y1) / (x2 - x1)
x1 = 1
x2 = 9
y1 = -5
y2 = 11
m = ( 11 - (-5) )/(9 - 1)
= 16/8
m = 2
y = 2x + a
Use one of the two points to find a (I will use (1, -5)):
-5 = 2(1) + a
-5 = 2 + a
-7 = a
a = -7
y = 2x + (-7)
y = 2x - 7