I have been stuck on proving the equation $11^{n+2} + 12^{2n+1}$ is divisible by $133$ for all positive counting integers $N$. The proof should ideally use induction and I'm not sure how to proceed through the inductive step
It's asking something like this problem: Show that this expression is divisible by $133$ [more info in desc.]
but I'm not sure how the modulo are derived equal and I would like to use induction.
Induction Step:
$11^{n+2} + 12^{2n+1} = 133*k$
and
$11^{(n+1)+2} + 12^{2(n+1) + 1} =$
$11^{(n+2)+1} + 12^{(2n+1) + 2}=$
$11^{n+2}*11 + 12^{2n+1}*144 =$
$11^{n+2}+ 12^{2n+1}*11 + 12^{2n+1}*133 =$
$(11^{n+2} + 12^{2n+1})*11 + 12^{2n+1}*133 =$
$[133*k]*11 + 12^{2n+1}*133 = $
$133 \times (11k + 12^{2n+1})$.
....
If you want to be slick an look like a magician take the above and do it backwards:
$11^{n+2} + 12^{2n+1} = 133*k$
$(11^{n+2} + 12^{2n+1})11 = 133*(11k)$
$11^{n+3} + 12^{2n+1}*11 = 133*(11k)$
$11^{n+3} + 12^{2n+1}*11 + 12^{2n+1}*133 = 133*(11k) + 133*12^{2n+1}$
$11^{n+3} + 12^{2n+1}(11 + 133) = 133(11k + 12^{2n+1})$
$11^{n+3} + 12^{2n+1}*144 = 133(11k + 12^{2n+1})$
$11^{n+3} + 12^{2n+1}*12^2 = 11^{n+3} + 12^{2n+3} = 133(11k + 12^{2n+1})$
$11^{(n+2) + 1} + 12^{2(n+1) + 1} = 133(11k + 12^{2n+1})$