enian
- 23
- 0
Homework Statement
Prove by induction that,
3^(2n) - 1 is an integral multiple of 8
for all positive n >= 1.
Homework Equations
3^(2n) - 1
The Attempt at a Solution
First I plugged in some values for n..
Some values I plugged in
(1) 3^2(1) - 1 = 8
(2) 3^2(2) - 1 = 80
(3) 3^2(3) - 1 = 728
(4) 3^2(4) - 1 = 6560
(5) 3^2(5) - 1 = 59048
These answers are all divisible by 8.
3^(2n) - 1 = 8x ?? Would that be correct?
3^(2n+1) - 1 = ? How do I show this next step?
I don't have an example of a multiple variable induction problem so I am not really sure how it's supposed to work.