Use mathematical induction to prove that 6(n+2) + 7(2n+1) is divisible by 43 for n >= 1.
So start with n = 1:
6(1+2) + 7(2(1)+1) = 63 + 73 = 559 -> 559/43 = 13. So n=1 is divisible
Let P(k): 6(k+2)+7(2k+1) , where k>=1
Show that P(k+1): 6((k+1)+2) + 7(2(k+1)+1) is true
= 6(k+1+2) + 7(2k+2+1) = 6(k+3) + 7(2k+3)
I'm unsure where to go from here, I've tried several directions after this but have got nowhere. I don't know how to get the 43 or 559 out the front.
Any help would be great
$$6^{k+3} + 7^{2k+3} = 6\times6^{k+2} + 49\times7^{2k+1} = 6\times(6^{k+2} + 7^{2k+1}) + 43\times7^{2k+1}$$