Answer:

Step-by-step explanation:


Compute general progression:




nth term is computed by:

plug in the values
:


Answer:
2 pints of blood =946mililiters
Step-by-step explanation:
1 Pint =473mililters
so either 473+473=
or 473x2
2 pints of blood =946mililiters
Answer:
Kian's method is correct.
Step-by-step explanation:
Javine says, "To multiply by 1000, I just add three zeros." He is incorrect.
Kian says, "I times by 10, then times by 10 and times by 10 again. When he multiply 1 by 10, it becomes 10. Then if he again multiply by 10, it becomes 10×10 = 100. And at last when he multiply again 10, it becomes 100×10 = 1000. It means Kian's methods for multiplying by 1000 is correct.
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
Answer:
6
Step-by-step explanation: