Analyzing the Setup
To determine the probability that the sum 7m+7n is divisible by 5, where m,n∈{1,2,…,100}, we must focus on the units digit of the powers of 7. A number is divisible by 5 if and only if its units digit is 0 or 5.
The Cycle of Seven
Let us examine the units digit of 7k for increasing values of k:
- For k=1, 71=7, units digit is 7.
- For k=2, 72=49, units digit is 9.
- For k=3, 73=343, units digit is 3.
- For k=4, 74=2401, units digit is 1.
The sequence of units digits follows a cycle of length 4: {7,9,3,1}. Since 100 is perfectly divisible by 4, each of these four digits appears with equal frequency (25 times each) as m and n range from 1 to 100. Thus, the probability of any power 7k ending in 7,9,3, or 1 is exactly 41.
The Parity Trap
We must determine which pairs of units digits (um,un) result in a sum um+un that ends in 0 or 5. Note that every power of 7 is an odd number.
The sum of two odd numbers, 7m+7n, is always an even number. An even number can never end in 5. Therefore, the sum 7m+7n is divisible by 5 if and only if its units digit is 0.
The Combinatorial Dance
We now identify the pairs (um,un) from the set {7,9,3,1} such that um+un ends in 0:
- 7+3=10
- 3+7=10
- 9+1=10
- 1+9=10
There are exactly 4 valid pairs out of the 4×4=16 possible combinations of units digits. Since the choices of m and n are independent and each digit in the cycle is equally likely, the probability is calculated as:
The final probability that 7m+7n is divisible by 5 is 41.