cscott
- 778
- 1
Show that 5^n is divisible by 4 (ie. prove 5^n = 4x)
The case for n = 1 works
For n = k + 1
5^{k+1} - 1 = 4x
5^k \cdot 5 - 1 = 4x
Then I can only see doing:
5(5^k - 1 + 1) - 1 = 4x
and substituting in the case for n = k
5(4x + 1) - 1 = 4x
But it doesn't work out...
The case for n = 1 works
For n = k + 1
5^{k+1} - 1 = 4x
5^k \cdot 5 - 1 = 4x
Then I can only see doing:
5(5^k - 1 + 1) - 1 = 4x
and substituting in the case for n = k
5(4x + 1) - 1 = 4x
But it doesn't work out...
Last edited: