Date | November 2014 | Marks available | 3 | Reference code | 14N.3dm.hl.TZ0.4 |
Level | HL only | Paper | Paper 3 Discrete mathematics | Time zone | TZ0 |
Command term | Solve | Question number | 4 | Adapted from | N/A |
Question
Solve, by any method, the following system of linear congruences
x≡9(mod11)
x≡1(mod5)
Find the remainder when 4182 is divided by 11.
Using your answers to parts (a) and (b) find the remainder when 4182 is divided by 55.
Markscheme
METHOD 1
listing 9,20,31, … and 1,6,11,16,21,26,31, … M1
one solution is 31 (A1)
by the Chinese remainder theorem the full solution is
x≡31(mod55) A1 N2
METHOD 2
x≡9(mod11)⇒x=9+11t M1
⇒9+11t≡1(mod5)
⇒t≡2(mod5) A1
⇒t=2+5s
⇒x=9+11(2+5s)
⇒x=31+55s (⇒x≡31(mod55)) A1
Note: Accept other methods eg formula, Diophantine equation.
Note: Accept other equivalent answers e.g. −79(mod55).
[3 marks]
4182≡882(mod11)
by Fermat’s little theorem 810≡1(mod11)(or 4110≡1(mod11)) M1
882≡82(mod11) M1
≡9(mod11) (A1)
remainder is 9 A1
Note: Accept simplifications done without Fermat.
[4 marks]
4182≡182≡1(mod5) A1
so 4182 has a remainder 1 when divided by 5 and a remainder 9 when divided by 11 R1
hence by part (a) the remainder is 31 A1
[3 marks]
Total [10 marks]
Examiners report
A variety of methods were used here. The Chinese Remainder Theorem method (Method 2 on the mark-scheme) is probably the most instructive. Candidates who tried to do it by formula often (as usual) made mistakes and got it wrong. Marks were lost by just saying 31 and not giving mod (55).
Time was lost here by not using Fermat’s Little Theorem as a starting point, although the ad hoc methods will work.
Although it said use parts (a) and (b) not enough candidates saw the connection.