Question:
Prove that $n(n+1)(n+5)$ is always divisible by 3 using mathematical induction.
Well it is quite obvious that P(1) is true. However, my question is if: $$3\lambda\frac{(k+2)(k+6)}{k(k+5)}$$ Is enough of a condition to prove that it's divisible by three. Or would I have to do this question by opening the brackets and expanding?
It is not enough. Note that an integer is divisible by 3 if it is of the form $3m$ where $m$ is an integer. You need to guarantee that the rational expression appeared in your question must be an integer. After that we are done.