I must prove, that when dividing the following by 6 it yields no remainder: $$n^2+11n $$ Is this done with mathematical induction method? and what other technique can I use?
Update: some may find this question as a potential duplicate of the correct case when we have $n^3$ instead of $n^2$. I want to clarify that this is not true.
$(1)$ We find that the claim fails when $n= 2$, because $(n = 2) \rightarrow (n^2 + 11n = 4 + 22 = 26)$, yet we know $6$ does not divide $26$.
$(2)$ Therefore the claim fails to hold for all $n\in \mathbb N$.
– amWhy Jan 29 '17 at 17:36