B. Sandwich costs $7.70 and the soda costs $2.20
Your correct it’s the first one
Answer:
24
Step-by-step explanation:
f(n) = f(n − 1) + 3
if n = 7 => f(7) = f(7-1) + 3 = f(6) + 3
if n = 6 => f(6) = f(6-1) + 3 = f(5) + 3
if n = 5 => f(5) = f(5-1) + 3 = f(4) + 3
if n = 4 => f(4) = f(4-1) + 3 = f(3) + 3
if n = 3 => f(3) = f(3-1) + 3 = f(2) + 3
if n = 2 => f(2) = f(2-1) + 3 = f(1) + 3
if f(1) = 6 then f(2) = 9
f(3) = 12
f(4) = 15
f(5) = 18
f(6) = 21
f(7) = 24
I'm guessing the question is meant to be "<span>If the radius of a circle with a area of 5.3 mm squared is multiplied by 5, what will the new area be?", so i'll answer that.
Area of a circle =</span>πr^2
5.3=πr^2, 5.3=π(5r)^2
132.5=25πr^2
Answer:
Step-by-step explanation:
-6x²+15x+9=0
divide by -3
2x²-5x-3=0
2x²+x-6x-3=0
x(2x+1)-3(2x+1)=0
(2x+1)(x-3)=0
either x=-1/2
or x=3