92.5k views
0 votes
Write the recurrence relation for the nth term which is defined by multiplying the prior term by 3 and subtracting 12.

1 Answer

2 votes

Answer: Aₙ = 3*Aₙ₋₁ - 12

Explanation:

Here our terms will be denoted as:

Aₙ

Where this is the n-th term of the sequence.

Now we have that the recurrence relation is defined by:

"by multiplying the prior term by 3 and subtracting 12."

Then we will have that:

Aₙ = 3*Aₙ₋₁ - 12

That is the equation to find all the terms in our sequence (remember that we need to know the initial term, A₀ in order to find all the other ones)

User Corralien
by
5.0k points