7.5 Applications: Divisibility and Approximations

Ask AI

Solved Examples

We need 1112(mod100)11^{12} \pmod{100}. 1112=(1+10)12=1+12C1(10)+12C2(102)+...11^{12} = (1 + 10)^{12} = 1 + ^{12}C_1(10) + ^{12}C_2(10^2) + ... Terms with 10310^3 and higher will end in 000, so they don't affect last two digits. We consider: 1+12(10)+12112(100)1 + 12(10) + \frac{12 \cdot 11}{2}(100) =1+120+6600= 1 + 120 + 6600 =6721= 6721. Last two digits are 21.

Interactive Solver