Date | May 2016 | Marks available | 8 | Reference code | 16M.1.hl.TZ2.8 |
Level | HL only | Paper | 1 | Time zone | TZ2 |
Command term | Prove that | Question number | 8 | Adapted from | N/A |
Question
Use mathematical induction to prove that n(n2+5) is divisible by 6 for n∈Z+.
Markscheme
let P(n) be the proposition that n(n2+5) is divisible by 6 for n∈Z+
consider P(1):
when n=1, n(n2+5)=1×(12+5)=6 and so P(1) is true R1
assume P(k) is true ie, k(k2+5)=6m where k, m∈Z+ M1
Note: Do not award M1 for statements such as “let n=k”.
consider P(k+1):
(k+1)((k+1)2+5) M1
=(k+1)(k2+2k+6)
=k3+3k2+8k+6 (A1)
=(k3+5k)+(3k2+3k+6) A1
=k(k2+5)+3k(k+1)+6 A1
k(k+1) is even hence all three terms are divisible by 6 R1
P(k+1) is true whenever P(k) is true and P(1) is true, so P(n) is true for n∈Z+ R1
Note: To obtain the final R1, four of the previous marks must have been awarded.
[8 marks]
Examiners report
This proved to be a good discriminator. The average candidate seemed able to work towards P(k+1)=k3+3k2+8k+6, and a number made some further progress.
Unfortunately, even otherwise good candidates are still writing down incorrect or incomplete induction statements, such as ‘Let n=k’ rather than ‘Suppose true for n=k’ (or equivalent).
It was also noted than an increasing number of candidates this session assumed ‘P(n) to be true’ before going to consider P(n+1). Showing a lack of understanding of the induction argument, these approaches scored very few marks.