I am revising for my test from Discrete math. I have come to this problem.
I am to prove by using mathematical induction that
$6\times7^{n} - 2 \times 3^{n}$ is divisible by 4. for $n \ge 1$ ;
I created basic step :
$6\times7^{1} - 2\times3^{1} = 36 $
and induction step
$\forall n\ge 1, \exists K: 6\times7^{n} - 2\times3^{n} = 4K \Rightarrow \forall n \ge 1, \exists l: 6\times7^{n+1} - 2\times3^{n+1} = 4l$
we can transform the formula into
$6\times7\times7^{n} - 2\times3\times3^{n}$
which is basicly
$42\times7^{n} -6\times3^{n}$
But what is the next step? I can i prove this fact?
You can add to $4K$ the number $36\cdot 7^n-4\cdot 3^n$ which clearly is divisible by 4 and you get that $4K+36\cdot 7^n-4\cdot 3^n=6\cdot 7^{n+1}-2\cdot 3^{n+1}$