PART A
apples = a
bananas = b
a + b = 20
$0.50a + $0.75b = $11.50
PART B
a + b = 20
a +b -b = 20 - b
a = 20 -b
$0.50(20-b) + $0.75b = $11.50
10 - 0.50b + 0.75b = $11.50
10 + 0.25b = 11.50
10 -10 + 0.25b = 11.50 -10
0.25b = 1.5
0.25b/0.25 = 1.5/0.25
b = 6
a = 20 -b
a = 20 -6
a = 14
PART C
Missy bought 14 apples and 6 banans.
Check
$0.50(14) + $0.75(6) = $11.50
$7 + $4.50 = $11.50
$11.50 = $11.50
80 = 5 x 4 x 4
they have 4 flavors of icecream
you get this by multiplying all the variables and how many different possibilities each variable can be
so,
5 different syrups (5)
4 different candy toppings (4)
from that you know 5 x 4 x ? = 80
so 5 x 4 = 20, and 20 x 4 = 80
so 4 different flavors of ice cream (4)
Answer: The difference between 82 and -40 is 122.
Step-by-step explanation:
Step-by-step explanation:
A sequence is defined recursively using the equation f(n + 1) = f(n) – 8. If f(1) = 100, what is f(6) ?
Since, A sequence is defined recursively using the equation f(n + 1) = f(n) – 8. If f(1) = 100,we have to find the value of f(6).
Consider
f(n+1) = f(n)-8
Let n =1, we get
f(1+1) = f(2) = f(1) - 8 = 100-8 = 92
Let n =2, we get
f(2+1) = f(3) = f(2) - 8 = 92-8 = 84
Let n =3, we get
f(3+1) = f(4) = f(3)-8 = 84 - 8 = 76
Let n =4, we get
f(4+1) = f(5) = f(4)-8 = 76 - 8 = 68
Let n =5, we get
f(5+1) = f(6) = f(5) - 8 = 68-8 = 60
Therefore, the value of f(6) is 60.