Problem: Determine the values of $X$ such that $24\mid(18+37X-6X^2-X^3)$ without using induction or exhaustion.
This question was motivated by the solution set $$[a\quad b\quad c\quad d]=\left[\frac34\quad\frac{37}{24}\quad-\frac14\quad-\frac1{24}\right]$$ in this question; that is, when is the value of $a+bX+cX^2+dX^3$ an integer?
It is easy to show that it holds for all odd integers $X$, after letting $X=2K+1$ and arriving at the expression $K(K-1)(2K+11)\equiv0\pmod6$.
For even integers, it is harder. Letting $X=2K$, we get $$18+148K-96K^2-64K^3\equiv0\pmod{24}$$ or that $$4K^3-K-9\equiv0\pmod{12}$$ and we can further simplify this to $$K(1-2K)(1+2K)\equiv3\pmod{12}.$$ How can we find for which $K$ this congruence holds without mathematical induction or proof by exhaustion?