Answer:
Step-by-step explanation:
u put the gs with each other by flipping the one that was changed
3.6g-1.6g=8-2
2g=6
g=6/2
g=3
Answer: 
Step-by-step explanation:
Given
Position of the particle moving along the coordinate axis is given by

Speed of the particle is given by

Acceleration of the particle is

velocity can be negative, but speed cannot

Answer:
930
Step-by-step explanation:
600% of x = 5580
6x = 5580
x = 5580/6
x = 930
Answer:
f(n) = f(n - 1) + 3
Step-by-step explanation:
Substitute
to get the recursive formula.
OPTION 1: f(n) = f(n - 1) + 3
Substituting n = 1.
f(1) = f(1 - 1) + 3 = 0 + 3 = 3.
Substituting n = 2.
f(2) = f(2 - 1) + 3 = f(1) + 3 = 3 + 3 = 6.
Substituting n = 3.
f(3) = f(3 - 1) + 3 = f(2) + 3 = 6 + 3 = 9.
The numbers match the given sequence. So, we say the above recursive formula represents the sequence.
OPTION 2: f(n) = f(n - 1) + 2
Substituting n = 1
f(1) = f(0) + 2
3.
So, this is eliminated.
Similarly, OPTION 3 and OPTION 4 can be eliminated as well.