I have two questions:
1) When we assume $n = k$ true, what is the restriction on integer k? I have been told k does not include the first case of n we tested for i.e. k > 1 which makes sense as n = k is an ASSUMPTION and n = 1 is already true.
2) How do I go about the (main) part of the induction proof? After the assumption, we want to show truth to $n = k + 1$. We have LHS: $\sin (x + 180(k+1))$ and I just can't manipulate it to get what I want - it looks very messy using double angles.