QUESTION IMAGE
Question
- a satellite program launches 5 satellites in its first year. in the following years, the number of satellites launched follows the pattern 10, 20, 40. write a recursive equation for this pattern.
Step1: Identify the pattern
The sequence is \(10, 20, 40,\cdots\). We can see that each term is obtained by multiplying the previous term by \(2\).
Step2: Write the recursive formula
Let \(a_n\) be the number of satellites launched in the \(n\) -th year. The first - year launch \(a_1 = 10\).
For \(n\geq2\), the recursive formula is \(a_n=2a_{n - 1}\)
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
The recursive formula is \(a_1 = 10\) and \(a_n=2a_{n - 1}\) for \(n\geq2\)