Question:

The remainder when $26^{60}$ is divided by 5 equals:

Show Hint

Always reduce the base modulo the divisor first; it can instantly simplify huge exponent problems.
Updated On: Aug 7, 2025
  • 0
  • 1
  • 2
  • None of these
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

We solve using modular arithmetic. First, reduce the base: $26 \div 5$ leaves remainder 1, so $26 \equiv 1 \ (\text{mod } 5)$.
Thus, $26^{60} \equiv 1^{60} \ (\text{mod } 5)$. Since $1^{60} = 1$, the remainder when $26^{60}$ is divided by 5 is 1.
No matter how large the exponent, once the base is congruent to 1 modulo 5, all powers will leave remainder 1.
Therefore, answer is (B) 1.
Was this answer helpful?
0
0