Write out the number of dots in each pattern
5, 12, 21, 32 Pattern n is a rectangle of dots with n columns and n+4 rows, so pattern 1 is 1 by 5, pattern 2 is 2 by 6, and so on.
Work out the first differences
7, 9, 11 Subtract each term from the one after it. The first differences are not constant, so the sequence is not linear.
Work out the second differences
Now take the differences of the first differences.
Confirm the sequence is quadratic
second difference=2 The second difference is constant and not zero, so the sequence is quadratic: its nth term has the form an2+bn+c.
Halve the second difference to get the coefficient of n squared
a=22=1 The second difference of an2+bn+c is always 2a, so a is HALF the second difference. Forgetting to halve is the classic error here.
Write out a times n squared for each position
1, 4, 9, 16 These are the values of n2 for n=1,2,3,…
Subtract a times n squared from each term
4, 8, 12, 16 What is left is the linear part bn+c of the rule.
Find the linear part
bn+c:b=4, c=0 The leftover sequence goes up by 4 each time, so b=4. Its first value is 4, and 4+c=4 gives c=0.
Write down the nth term
Putting the quadratic part and the linear part together gives the rule for the nth term.
Check the rule against pattern 4
n=4:42+4×4=16+16=32 Pattern 4 has 32 dots, matching the given information.
Work out the number of dots in pattern 12
n=12:122+4×12=144+48=192 Pattern 12 has 192 dots.
Check the rule against the picture
n(n+4)=n2+4n Pattern n is an n by (n+4) rectangle, so the number of dots is n(n+4), which expands to the rule found from the differences.
Set the rule equal to 165
n2+4n=165 Now find which pattern uses 165 dots.
Rearrange and factorise
n2+4n−165=0⇒(n+15)(n−11)=0 Two numbers multiplying to −165 and adding to 4 are 15 and −11.
Solve and check
n=11:112+4×11=121+44=165 The pattern number n=−15 is rejected, so pattern 11 uses 165 dots. It is an 11 by 15 rectangle of dots, and 11×15=165.