Prove by mathematical induction that (6^n+2)+(7^2n+1)is divisible by 43 for all positive integers n.
For n=1
LHS=6^3+7^3=559,which is divisible by 43
Assume it is true for n=k
ie. (6^k+2)+(7^2k+1)=43N
For n=k+1
LHS
=(6^k+3)+(7^2k+3)
=6(6^k+2)+(7^2k+3)
=6[(6^k+2)+(7^2k+1)]+(7^2k+3)-6(7^2k+1)
=258N+(7^2k+1)(49-6)
=43(6N+7^2k+1)