Answer:
8.7
Step-by-step explanation:
15 squared is 225 then you subtract the square of 12.2: 148.84, then after you find that out, you find the square root of 76.16 since that's what the answer of 15 squared minus 12.2 squared, and the answer is 8.7
Step-by-step explanation:
U have to show a picture in order for us to help you
N₁*$0.10 + n₂*$0.25 = $2.25
n₁ + n₂ = 12
-----------
This means that:
n₁ = 12 - n₂
And:
(12 - n₂)*$0.10 + n₂*$0.25 = $2.25
12*$0.10 - n₂*$0.10 + n₂*$0.25 = $2.25
$1.20 + n₂*$0.05*(5-2) = $2.25
$1.20 + n₂*$0.05*3 = $2.25
$1.20 + n₂*$0.15 = $2.25
n₂*$0.15 = $2.25 - $1.20
n₂*$0.15 = $1.05
n₂ = ($1.05)/($0.15)
n₂ = 7
If n₂ = 7:
n₁ + 7 = 12
Therefore, n₁ = 5.
---------
Answer:
5 dimes and 7 quarters.
The cost of parking is an initial cost plus an hourly cost.
The first hour costs $7.
You need a function for the cost of more than 1 hour,
meaning 2, 3, 4, etc. hours.
Each hour after the first hour costs $5.
1 hour: $7
2 hours: $7 + $5 = 7 + 5 * 1 = 12
3 hours: $7 + $5 + $5 = 7 + 5 * 2 = 17
4 hours: $7 + $5 + $5 + $5 = 7 + 5 * 3 = 22
Notice the pattern above in the middle column.
The number of $5 charges you add is one less than the number of hours.
For 2 hours, you only add one $5 charge.
For 3 hours, you add two $5 charges.
Since the number of hours is x, according to the problem, 1 hour less than the number of hours is x - 1.
The fixed charge is the $7 for the first hour.
Each additional hour is $5, so you multiply 1 less than the number of hours,
x - 1, by 5 and add to 7.
C(x) = 7 + 5(x - 1)
This can be left as it is, or it can be simplified as
C(x) = 7 + 5x - 5
C(x) = 5x + 2
Answer: C(x) = 5x + 2
Check:
For 2 hours: C(2) = 5(2) + 2 = 10 + 2 = 12
For 3 hours: C(3) = 5(3) + 2 = 15 + 2 = 17
For 4 hours: C(3) = 5(4) + 2 = 20 + 2 = 22
Notice that the totals for 2, 3, 4 hours here
are the same as the right column in the table above.