How can I know if $ \ \ 2(t-1) \ \ $ divides $ \ \ t^4+2t^3-2t^2-3t+2$ over $\mathbb Q$ ? I don't want to use the polynomial division algorithm.
My approach : $(t-1)$ divides the polynomial since $1$ is a zero of it. Now my doubt is if $2$ divides the polynomial. My idea was that asking this is equivalent to asking if $ 2| t^4-3t$ since the other coefficients of the polynomials are even.