Bunuel
If \(P = 1!^2 + 2!^2 + 3!^2 + ... + 10!^2\). Then what is the remainder when \(5^{2P}\) is divided by 13 ?
A. 0
B. 1
C. 4
D. 8
E. 12
Find a pattern or do it by Binomial theorem. (1) Pattern
\(5^{2P}=25^P\)
Let us see what successive powers leave remainder as when divided by 13.
\(25^1=25=26-1=13*2-1\) or remainder is -1, that is 13-1 or 12..
\(25^2=625=624+1=13k+1\) or remainder is 1..
\(25^3=15625=15626-1=13x-1\) or remainder is -1, that is 13-1 or 12..
So remainder is 12,1,12,1…..
When the power or P is odd, the answer is 12, otherwise 1.
\(P=1!^2+2!^2+…..\)
All terms are even from 2! onwards, so P is 1+even+even+.. =odd
Hence, remainder is 12.
(2) Easier method - Binomial
\(5^{2P}=25^P=(26-1)^P\), so the remainder is \((-1)^P\).
As P is odd, remainder is \(-1^{odd}\) = -1
As remainders are considered positive, remainder becomes 13-1 or 12.