19.8k views
2 votes
Find a recursive rule for the nth term of the sequence.

-7, -42, -252, -1512, ...

User Dlxeon
by
4.6k points

2 Answers

4 votes

Answer:

The given sequence is: 7, -42, 252, -1512, ...

EXPLANATION

To find the recursive formula for the n-th term, we need to identify the pattern in the sequence.

Looking at the terms, we can observe that each term is obtained by multiplying the previous term by -6.

Let's break it down step by step:

1. The first term (n = 1) is 7.

2. To find the second term (n = 2), we multiply the first term by -6: 7 * (-6) = -42.

3. To find the third term (n = 3), we multiply the second term by -6: -42 * (-6) = 252.

4. To find the fourth term (n = 4), we multiply the third term by -6: 252 * (-6) = -1512.

So, we can say that the n-th term (aₙ) is obtained by multiplying the (n-1)th term (aₙ₋₁) by -6.

Recursive formula: aₙ = aₙ₋₁ * (-6)

To summarize, the recursive formula for the given sequence is aₙ = aₙ₋₁ * (-6), where aₙ represents the n-th term of the sequence.

User Arnaud Jeansen
by
4.6k points
1 vote

Answer:

-7*6^n

Explanation:

The sequence is -7*6^n.

A few examples of this are the following,

ex.)

-7*6^0 = -7

-7*6^1 = -42

-7*6^2 = -252

User Kasmetski
by
4.7k points