My task is: Show that the sum s(n)=n+(n+1)+(n+2)+...+(n+10) is no prime number.
I think, I can solve the problem with induction, but thats all I know. I either dont unterstand induction so please, can anybody help me?
Thanks for every hint and help!!
Simplify your sum : you get $$n+(n+1)+...+(n+10)=11n+55=11\times(n+5)$$ and a such number is divisible by $11$ and so is not a prime.