
Power Divisibility
Problem
Consider the following results.
81
1 = 7 = 7
1
82
1 = 63 = 7
9
83
1 = 511 = 7
73
84
1 = 4095 = 7
585
85
1 = 32767 = 7
4681
82
83
84
85
Prove that 8n
1 is always divisible by 7.
Solution
Clearly it is true for n=1: 81
1 = 7.
Assume that it is true for n=k: 8k
1 is divisible by 7.
Consider the next case, n=k+1.
8k+1
1 = 8k8
1 = 8(8k
1)+8
1 = 8(8k
1)+7.
That is, if 8k
1 is divisible by 7, 8k+1
1 will also divide evenly by 8. As it works for n=1, it must be true for all n.
Prove that an
1 is always divisible by a
1.
Problem ID: 204 (24 Jan 2005) Difficulty: 3 Star
RSS
Show Solution
Hide Solution