AlexChandler
- 281
- 0
Homework Statement
Prove by induction on n that 11^n - 4^n is divisible by 7 for all natural numbers n (not including zero).
Homework Equations
Principle of mathematical induction.
The Attempt at a Solution
Of course I start by showing that the statement holds for n=1
11^1 - 4^1 = 7
and
7/7 = 1 \in \mathbb{Z}
Then I go on to assume that the statement holds for some value k, which gives
\frac{11^k - 4^k}{7} = a \in \mathbb{Z}
then I examine the situation for k+1
\frac{11^{k+1} - 4^{k+1}}{7}
and I must show that this is also equal to an integer.
However I have tried rewriting this in many ways in order that I may be able to use the induction assumption. But I have had no luck. Any hints to help me from here?
Thanks.