An arithmetic sequence has first term and common difference . Find .
A. B. C. D.
Recall the nth-term rule. Every arithmetic sequence satisfies The factor is , not , because you take steps only between terms.
Identify the three inputs. Here , and the target index is , so there are steps of size from the first term.
Substitute.
Verify by listing the terms. , , , , — the listed value matches the formula.
Watch the off-by-one trap. Using or the option (which is ) both come from miscounting the steps. The correct answer is A, .
Need to solve a different problem like this? Open the solver →