Sequences and the nth Term: Question 3

Syllabus C2.7, E2.7

Multiple choice Extended 2 marks

A linear sequence begins:

2, 9, 16, 23, 30, 2,\ 9,\ 16,\ 23,\ 30,\ \ldots

Which expression gives the nnth term of this sequence?

Choose an answer to check it, then compare with the worked solution below.

Show worked solution Hide worked solution

Worked solution

Step 1: Confirm the sequence is linear

Find the differences between consecutive terms:

92=7,169=7,2316=7,3023=7.9-2=7,\quad 16-9=7,\quad 23-16=7,\quad 30-23=7.

The first difference is constant and equal to 77, so this is a linear (arithmetic) sequence with common difference d=7d=7. Its nnth term therefore has the form:

un=7n+c,u_n = 7n + c,

where cc is a constant we must determine.

Step 2: Find the constant cc

Substitute a known term. Using the first term u1=2u_1 = 2 (so n=1n=1):

7(1)+c=2    7+c=2    c=27=5.7(1) + c = 2 \;\Longrightarrow\; 7 + c = 2 \;\Longrightarrow\; c = 2 - 7 = -5.

Hence:

un=7n5.u_n = 7n - 5.

Step 3: Verify

Check every listed term:

nn7n57n-5Sequence
117(1)5=27(1)-5=222
227(2)5=97(2)-5=999
337(3)5=167(3)-5=161616
447(4)5=237(4)-5=232323
557(5)5=307(5)-5=303030

Every value matches.

Alternative method (zero term)

A quick shortcut is to find the “zero term”: the term that would sit before the first one. Going back one step from the first term subtracts the common difference:

u0=27=5.u_0 = 2 - 7 = -5.

Then the nnth term is

un=(common difference)×n+(zero term)=7n+(5)=7n5,u_n = (\text{common difference})\times n + (\text{zero term}) = 7n + (-5) = 7n - 5,

which agrees with Step 2.

Why the other options fail

  • 7n+57n+5: correct gradient, wrong sign on the constant; gives 12,19,26,12,19,26,\ldots
  • 7n+27n+2: uses the first term 22 as the constant instead of the zero term 5-5; gives 9,16,23,9,16,23,\ldots (shifted one place).
  • 5n75n-7: swaps the common difference and the constant; gives 2,3,8,-2,3,8,\ldots

Final answer

un=7n5(Option A)\boxed{u_n = 7n - 5} \quad\text{(Option A)}