101k views
3 votes
Identify the sequence as arithmetic or geometric, and write a recursive formula for the sequence. Be

sure to identify your starting value
−101, −91, −81, −71, …

User Frax
by
5.0k points

1 Answer

1 vote

Answer:

The sequence is arithmetic.


\texttt{Recursive formula, }t_n=t_(n-1)+10

Explanation:

If the sequence is arithmetic common difference will be same, if the sequence is arithmetic common ratio will be same.

Here the sequence is −101, −91, −81, −71, …

Difference between terms

-91 - (-101) = 10

-81 - (-91) = 10

-71 - (-81) = 10

They are same , so the sequence is arithmetic.

Common difference, d = 10

Now we need to find recursive formula for the sequence.

Recursive formula for GP


t_n=t_(n-1)+d


\texttt{Recursive formula, }t_n=t_(n-1)+10

User Jan Cetkovsky
by
4.9k points