Q:

An arithmetic sequence is defined by the general term tn = -5 + (n - 1)78, where n ∈N and n ≥ 1. What is the recursive formula of the sequence?A) t1 = -5, tn + 1 = tn - 78, where n ∈N and n ≥ 1 B) t1 = -5, tn + 1 = 78 - tn, where n ∈N and n ≥ 1 C) t1 = -5, tn + 1 = tn + 78, where n ∈N and n ≥ 1 D) t1 = -5, tn + 1 = tn + 79, where n ∈N and n ≥ 1

Accepted Solution

A:
Answer:CStep-by-step explanation:In general for arithmetic sequences, recursive formulas are of the formaₙ = aₙ₋₁ + d,and the explicit formula (like tₙ in your problem), are of the formaₙ = a₁ + (n - 1)d,where d is the common difference. So converting between the two of these isn't so bad. In this case, your problem wants you to have an idea of what t₁ is (well, every answer says it's -5, so there you are) and what tₙ₊₁ is. Using the formulas above and your given tₙ = -5 + (n - 1)78, we can see that the common difference is 78, so no matter what we get ourselves into, the constant being added on at the end should be 78. That automatically throws out answer choice D.But to narrow it down between the rest of them, you want to use the general form for the recursive formula and substitute (n + 1) for every instance of n. This will let you find tₙ₊₁ to match the requirements of your answer choices. Sotₙ₊₁ = t₍ₙ₊₁₎₋₁ + d ... Simplify the subscripttₙ₊₁ = tₙ + dTherefore, your formula for tₙ₊₁ = tₙ + 78, which is answer choice C.