The expression $a^3+11a-6$ is always divisible by 6.
I came across it while programming and ran it in a function in a calculator.
Upon trying to solve it by myself, I found $a^3+11a-6$ is always even, as when $a^3$ is odd so is $11a$ and when $a^3$ is even so is $11a$, and odd+odd=even and even+even=even.
Now, I tried to find if the number is divisible by $3$, but I couldn't. Can anyone help me out? Why should this expression always be divisible by $6$, we know it is but why?
And is there a way to find if an expression is divisible by a certain number. Thanks for any help.