Question:

If the integers $m$ and $n$ are chosen at random between 1 and 100, then the probability that a number of the form $7^m + 7^n$ is divisible by 5, equals

Show Hint

Always check cycle of powers in modulo problems.
Updated On: Apr 23, 2026
  • $\frac{1}{4}$
  • $\frac{1}{7}$
  • $\frac{1}{8}$
  • $\frac{1}{49}$
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

Concept: Use cyclicity in modular arithmetic.

Step 1:
Reduce modulo 5.
\[ 7 \equiv 2 \pmod{5} \Rightarrow 7^m \equiv 2^m \]

Step 2:
Find cycle of $2^m$.
\[ 2^1=2,\ 2^2=4,\ 2^3=3,\ 2^4=1 \] Cycle length = 4

Step 3:
Condition for divisibility.
\[ 2^m + 2^n \equiv 0 \pmod{5} \] Possible pairs satisfy complementary residues.

Step 4:
Count favorable cases.
Probability = $\frac{1}{4}$ Conclusion:
Answer = $\frac{1}{4}$
Was this answer helpful?
0
0