Can someone give me a hint on how to solve this?
Prove that $3^{(3n+4)} + 7^{(2n+1)}$ is divisible by 11 for all natural numbers n.
So far I've got Base P(1): $3^{(3(1)+4)} + 7^{(2(1)+1)} = 2530$, which is divisible by 11 thus true
P(k): $3^{(3k+4)} + 7^{(2k+1)} = 11a$ for which $a$ $\in \mathbb{N}$
P(k+1): $3^{(3k+7)} + 7^{(2k+3)} = 11b$ for which $b$ $\in \mathbb{N}$
But i'm not sure how to continue from here in terms of breaking it down and proving the divisibility because of having 2 different indices. Appreciate any advice. Thank you.