1MileCrash
- 1,338
- 41
Homework Statement
[itex]2^{2n-1} + 3^{2n-1} is a number divisible by 5.[/itex]
Prove by induction.
Homework Equations
The Attempt at a Solution
Firstly, solving for n = 1 is true.
I've re-written the statement to be:
[itex]2^{2n-1} + 3^{2n-1} = 5L[/itex]
where L is any natural number.
Now, I assume that it is true for n = k, and then show that if that is so, then it must be true for k + 1.
My problem, is that I don't know what to do to the right side of the equation here to keep a valid statement.
[itex]2^{2k-1} + 3^{2k-1} = 5L[/itex]
[itex]2^{2k+1} + 3^{2k+1} = 5L?[/itex]
What do you do to 5L to keep a valid equation?