gurpreetsingh
Q2. Find the remainder when \(1^{39} +2^{39} + 3^{39}..........12^{39}\) is divided by 39.
A) 0
B) 1
C) 3
D) 2
E) 12
The solution will be posted on Monday 13 Sept, 22:00 IST. Please post explanations along with your answer.
Happy Weekend Questions Archive :
happy-weekend-questions-100374.htmlGreat question !
Split the sequence into sets of two such that each pair sums to 13. So \(1^{39}+12^{39},2^{39}+11^{39},...,6^{39}+7^{39}\)
Now consider any one pair of these numbers \(a^{39}+b^{39}\) where \(a+b=13\).
We know by the binomial theorem that \((a+b)^{39} = \Sigma_{r=0}^{39}( C_r^{39} a^{39} b^{39-r})\)
Now each term of this expansion except the first and last which are \(a^{39}\) and \(b^{39}\) is divisible by \(39\) since it contains a \(C_{r}^{39}\) where \(1<=r<=38\). So the remainder when divided by 39 for the whole expansion is just the remainder when \(a^{39}+b^{39}\) is divided by 39.
Hence when \(a+b=13\) then \((a^{39}+b^{39}) mod 39 = (a+b)^{39} mod 39 = 13^{39} mod 39\)
This then reduces the problem to \((6 * (13^{39} mod 39)) mod 39\)
Now note that \(13^2 mod 39 = 169 mod 39 = 13\)
Therefore \(13^{39} mod 39 = 13\)
So the final answer is \(6 * 13 mod 39 = 78 mod 39 = 0\)
All this effort to get an answer = 0 !!