In Dummit & Foote:s "Abstract Algebra" (iirc 3rd ed.), p. 587, we are given that $x^3+x^2$ is a zero of $x^4+x+1$ as viewed inside $K := \mathbb{F}_2[x]/(x^4+x^3+1)$. I have a hard time finding that this holds:
One can note that \begin{align*} x^4+x+1-(x^4+x^3+1) &= x-x^3 =\\ &= x+x^3, \end{align*} so it is enough to check that $$(x^3+x^2)+(x^3+x^2)^3 \equiv 0 \ \mod (x^4+x^3+1) \qquad(1).$$
If we expand the left-hand side in $(1)$, we get \begin{align*} (x^3+x^2)+(x^3+x^2)^3 &= x^2+x^3+x^6+x^7+x^8+x^9 \qquad(2). \end{align*}
One can then use the relation $x^4 = x^3+1$ inside $K$ to simplify $(2)$; but I fail to find that this equals $0$. Dummit & Foote claims that a "simple computation" shows that this holds. What am I missing?