1MileCrash
- 1,338
- 41
Homework Statement
2^{2n-1} + 3^{2n-1} is a number divisible by 5.
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:
2^{2n-1} + 3^{2n-1} = 5L
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.
2^{2k-1} + 3^{2k-1} = 5L
2^{2k+1} + 3^{2k+1} = 5L?
What do you do to 5L to keep a valid equation?