This one is too easy to be an exam question, but this is gist of proving the divisible ones
For example for proving that 9n is divisble by 3 for postiive n, by mathematical induction
Show true for n=1
S(1)=9
Which is divisble by 3
Assume n=k
S(k)=9k=3N (where N is an integer)
Let n=k+1
S(k+1)=9k+1
=9k.9
=3N.9 [From assumption]
Therefore it is divisible by 3. Hence if n=k is true, then n=k+1 is true, then by mathematical induction the statement is divisible by 3 for all positive n