Given $p(x)=x^5+(1+2i)x^4-(1+3i)x^2+8+44i$ check with the Horner-scheme if $(-2-i)$ is a root of $p(x)$.
First I have to guess a root, then proceed with the Horner-method and if i factorized it, i can say if $(-2-i)$ is a root or not, but how can i guess the first root, are there any tricks ?