Question
Question: The remainder when ($4^{87}$ + $6^{87}$) is divided by 25, is...
The remainder when (487 + 687) is divided by 25, is

A
Zero
B
10
C
20
D
24
Answer
20
Explanation
Solution
To find the remainder of (487 + 687) when divided by 25, we use modular arithmetic.
We calculate 487(mod25): 45=1024≡−1(mod25). Since 87=17×5+2, 487=(45)17⋅42≡(−1)17⋅16≡−16≡9(mod25).
We calculate 687(mod25): 65=7776≡1(mod25). Since 87=17×5+2, 687=(65)17⋅62≡117⋅36≡36≡11(mod25).
Adding the remainders: 487+687≡9+11≡20(mod25).
