Find the real root of the equation $z^3 + z + 10 = 0$ given that one complex root is $1 – 2i$.
I've realized that the roots are $(1-2i), (1+2i)$, and a real number we'll call $a$.
So using the theorem got me $(z-1-2i)(z-1+2i)(z-x)$.
No idea on where to go next.
If the leading term of the polynomial has coefficient $1$, then the product of its roots gives the free term.
Your polynomial has real coefficients; if $1-2i$ is a root, then so is $1+2i$. Thus, we arrive to $10 = (1-2i)(1+2i)a$, where $a$ is the real root. We conclude that $a=2$.