"Prove that for any even number $n\in\mathbb{N}, 2^{3n-1} + 5 \cdot 3^n$ is divisible by $11$"
After proving the base case, I wrote my Induction Hypothesis as such:
Assume $2^{3k-1} + 5 \cdot 3^k$ is divisible by 11 for some even $k\in\mathbb{N}$. Then, we must show $11 | 2^{3(k+2)-1} + 5 \cdot 3^{k+2}$.
These are the steps I took from here,
$2^{3k+5} + 5 \cdot 3^k \cdot 3^2$
$\Rightarrow 2^{3k-1} \cdot 2^6 + 5 \cdot 3^k \cdot 3^2$.
I'm a little stuck here algebraically, I'm not too sure how to apply the Induction Hypothesis in this position.
To match the induction hypothesis, the next step would be
$$2^{3k-1}\cdot 2^6 + 5\cdot 3^k \cdot 3^2 = 2^6\left(2^{3k-1} + 5\cdot 3^k\right) +\left(3^2 - 2^6\right)5\cdot 3^k$$