
Divisible By 11
Problem
Consider the following results.
101 + 1 = 11
102
1 = 99 = 9
11
103 + 1 = 1001 = 91
11
104
1 = 9999 = 909
11
105 + 1 = 100001 = 9091
11
Prove that 10n
1 is divisible by 11 if n is even and 10n+1 is divisible by 11 if n is odd.
Solution
As (x
1)n = (x
1)(xn
1 + xx
2 + ... + 1), we get:
102k
1 = 100k
1 = (100
1)(100k
1 + ... + 1) = 99Q
0 mod 11.
That is, 10n
1 is divisible by 11 if n is even.
As 102k
1 mod 11, we can multiply both sides of the congruence by 10 to obtain 102k+1
10
-1 mod 11; that is, 102k+1+1
0 mod 11.
Hence we prove that 10n+1 is divisible by 11 if n is odd.
Prove that 100n+1 is divisible by 101 iff n is odd, 1000n+1 is divisible by 1001 iff n is odd.
What about 10000n+1? Generalise.
Problem ID: 208 (17 Feb 2005) Difficulty: 3 Star
RSS
Show Solution
Hide Solution