Using Weak Mathematical Induction, I have to show that, for all integers $n \geq 1$, $8|3^{2n} -1$
I really don't know how to go about solving this problem. Currently I only have the base case and the Inductive Hypothesis:
Base Case: For $n = 1$ $$8|3^{2(1)}-1 = 8|8 = 0$$
Inductive Hypothesis: Assume true for $n = k$ $$8|3^{2k}-1$$
Inductive Step: I want to show that the statement is true for $n = k+1$ so $$8|3^{2(k+1)}-1$$
This is where I am currently stuck. Any help would be really helpful. Thanks