AMC 10 · 2010 · #10

Grade 8 algebra
sequences-arithmeticsystems-of-equationslinear-equations-two-var convert-to-algebra ↑ Prerequisites: sequences-arithmetic
📏 Long solution 💡 2 insights
Problem
Four expressions in two unknowns are the opening terms of an arithmetic sequence. Find a far-out term.

Pick an answer.

(A)
8041
(B)
8043
(C)
8045
(D)
8047
(E)
8049
How to solve
Strategy Introduce a Variable

The problem names p and q but hides the quantity the question really depends on: the common difference. Introduce it as a third variable d, and the single word arithmetic turns into equations. Two of the terms, 3p - q and 3p + q, are built from the same pair, so their gap collapses to 2q on sight; spotting that pattern hands over d almost for free. Once p, q, and d are known, the sequence gets reorganized from a step-by-step rule into a direct formula for the nth term, which is what a jump to term 2010 needs. Elimination from the answer choices is listed last on purpose: it works as a final check, but as the review shows it quietly assumes something the problem never states.

1STEP 1

Name the common difference

Every neighbouring pair shares one common gap.

9 - p = (3p - q) - 9 = (3p + q) - (3p - q) = d
2STEP 2

The last two terms hand you d

The last two terms hand the gap over directly.

(3p + q) - (3p - q) = 2q, so d = 2q
3STEP 3

Turn the other two gaps into equations

The other gaps become two plain equations.

9 - p = 2q and (3p - q) - 9 = 2q → 3p - 9 = 3q → p - q = 3
4STEP 4

Solve the two equations

Solving gives a first term of 5 and a gap of 4.

9 - (q + 3) = 2q → 6 = 3q → q = 2, p = 5, d = 2q = 4
5STEP 5

Check that such a sequence exists

The opening terms really do step by 4.

5, 9, 13, 17 with gaps 4, 4, 4
6STEP 6

Write a direct rule for term n

A direct rule beats listing two thousand terms.

a_n = 5 + 4(n - 1) = 4n + 1
7STEP 7

Evaluate the rule at n = 2010

The rule gives 8041, choice (A).

a₂₀₁₀ = 4 · 2010 + 1 = 8040 + 1 = 8041
Answer
8041
Check the size and then the index. Size: the gap is 4 and the term number is about 2010, so the answer should sit near 4 times 2010 = 8040, and 8041 does. Index: every term of this sequence has the form 4n + 1, and three of the choices do too — 8041, 8045, and 8049 are terms 2010, 2011, and 2012 — while 8043 and 8047 are not terms of the sequence at all. So the only real trap here is an off-by-one in the term count, and the count checks out from two different starting points: from the first term, 5 + 4 times 2009 = 5 + 8036 = 8041, and from the known second term, 9 + 4 times 2008 = 9 + 8032 = 8041. Both agree with 4 times 2010 + 1.
💡Key takeaway

When a sequence adds the same amount every time, name that amount first, then count gaps carefully: term 2010 is 2009 gaps past the start, not 2010.

  • Name the common difference
  • The last two terms hand you d
  • Turn the other two gaps into equations
  • Solve the two equations
  • Check that such a sequence exists
  • Write a direct rule for term n
  • Evaluate the rule at n = 2010