Answers D. and E. are correct.
I think that B might also be correct, I hope This helps.
Good morning☕️
______
Answer:
w is the width
L is the length
p is the perimeter
w=9
L=27
___________________
Step-by-step explanation:
p=2[(L-4) + (w+1)]
⇔p=2[(3w-4) + (w+1)]
⇔p=2[4w-3]
⇔p=8w-6
⇔66=8w-6
⇔8w=72
⇔w=9
Then L=3w=27
:)
9514 1404 393
Answer:
$7.14
Step-by-step explanation:
Let p, d, q represent the numbers of pennies, dimes, and quarters in the collection, respectively.
p + d + q = 45 . . . . . . . . there are 45 coins in the collection
2p +5 = q . . . . . . . . . . . . 5 more than twice the number of pennies
p + 4 = d . . . . . . . . . . . . . 4 more than the number of pennies
Substituting the last two equations into the first gives ...
p +(p +4) +(2p +5) = 45
4p = 36 . . . . . . . . . . . . . subtract 9
p = 9 . . . . . . . . . . . divide by 4
d = 9 +4 = 13
q = 2(9) +5 = 23
The value of the collection is ...
23(0.25) +13(0.10) +9(0.01) = 5.75 +1.30 +0.09 = 7.14
The coin collection is worth $7.14.
Answer:
<em>75</em>
Step-by-step explanation:
Given:
f(1) = 100
f(n+1) = f(n) - 5
Solve for:
f(6)
Solution:
f(1) = 100
f(2) = f(1) - 5 = 100 - 5 = 100 - 1 x 5 = f(1) - 1 x 5
f(3) = f(2) - 5 = 100 - 5 - 5 = 100 - 2 x 5 = f(1) - 2 x 5
...
f(n) = f(n - 1) - 5 = 100 - (n-1) x 5 = f(1) - (n-1) x 5
=> f(6) = f(1) - (6-1) x 5 = 100 - 5 x 5 = 100 - 25 = 75
Hope this helps!