Final answer:
To find the first 5 terms of the sequence with the given recursive formula, we can use the recursive formula to generate each term.
Step-by-step explanation:
The given recursive formula is:
a1 = 6
an = an-1 x 3
To find the first 5 terms of the sequence, we can use the recursive formula to generate each term:
- a1 = 6
- a2 = a1 x 3 = 6 x 3 = 18
- a3 = a2 x 3 = 18 x 3 = 54
- a4 = a3 x 3 = 54 x 3 = 162
- a5 = a4 x 3 = 162 x 3 = 486
Therefore, the first 5 terms of the sequence are: 6, 18, 54, 162, 486.