I am addressing only your third problem, which is a bit tricky.
Given a1=5, a2=13, and an+2=5an+1−6an for any positive integer n,Prove an=2n+3n.
What is tricky is figuring out how to start the induction.
a1=5=21+31 is necessary but trivial and does not help you with induction because
a−1 and
a0 are not defined.
Similarly,
a2=13=4+9=22+32 is necessary but trivial and does not help you with induction because
a0 is not defined.
So, we must start with
a3 as our base case for induction. It is not difficult if we see
n=3⟹a3=a1+2=5a1+1−6a1⟹a1+2=5a2−6a1=65−30=35=8+27=23+33⟹a1+2=2(1+2)+3(1+2).
Now we can say
a1=21+31, a2=22+32=a1+1, and a3=23+43=a1+2.Let k be an ARBITRARY positive integer such that ak=2k+3k, ak+1=2(k+1)+3(k+1), and ak+2=2(k+2)+3(k+2).
Now what?