asked 56.6k views
0 votes
Complete the recursive formula of the geometric sequence-0.56,-5.6,-56,-560

2 Answers

4 votes

The full recursive formula can be defined by these two parts


\begin{cases}a_1 = -0.56\\ a_n = 10*a_(n-1)\end{cases}

The top part tells us the first term is -0.56, while the second part says to get each new term we multiply the prior term by 10

second term = 10*(first term) = 10*(-0.56) = -5.6

third term = 10*(second term) = 10*(-5.6) = -56

etc etc

answered
User Angu
by
8.1k points
3 votes
-5600
A geometric sequences is when the previous term is used to find the next. In this case you multiply 10 to the previous term to find the next giving u -5600
answered
User Rindeal
by
8.0k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.