Want to show $$17^{2k} + 42^k + 93^{2k+1}$$
is divisible by 19 for every natural number k.
I started with induction and showed base case when $$k =1$$
Then the induction hypothesis : Let this be true$$19 | 17^{2k} + 42^k + 93^{2k+1}$$
Induction Step: To prove $$19|17^{2k+2} + 42^{k+1} + 93^{2k+3}$$
I cannot figure how to simply the equation is multiples of 19
Idea: Even if a problem doesn't appear solvable, always try to rewrite the given information by expanding definitions and see where it leads you.
Since $19\mid 17^{2k}+42^k+93^{2k+1}$ is assumed to be true, from the definition of divisibility, there is some integer $n$ such that $$ 19n=17^{2k}+42^k+93^{2k+1}. $$ Rewriting this, we have $$ 93^{2k+1}=19n-17^{2k}-42^k. $$
Now, we observe that $17^{2k+2}+42^{k+1}+93^{2k+3}$ can be rewritten as \begin{align*} 17^{2k+2}+42^{k+1}+93^{2k+3}&=17^{2k+2}+42^{k+1}+93^2(93^{2k+1})\\ &=17^{2k+2}+42^{k+1}+93^2(19n-17^{2k}-42^k)\\ &=19(93^2n)+42^k(42-93^2)+17^{2k}(17^2-93^2)\\ &=19(93^2n)-19(453\cdot 42^k)-19(440\cdot 17^{2k}) \end{align*}
Can you complete it from here?