I revised complex numbers today and tried doing the following problem by completing the square. It wasn't a very good method since I then had to go on and find the square root of the complex constant that forms at the end. The solutions suggested applying the factor theorem, but I would have had to have continued on to z=-5. Any feedback?
 = z^2 + (2-i)z-15-5i)
Since it's a quadratic, you could always use the quadratic formula. However, since "c" is a complex number, your determinant will be a complex number meaning you must square root a complex number (not much better than completing the square).
The "quick" way of choosing z=-5 is as follows:
Firstly break P(z) into its real and complex parts. Since I am finding real solution, z^2 is real
 = z^2 + (2-i)z-15-5i)
 = z^2 + 2z-iz-15-5i)
 = (z^2 + 2x - 15) + (-z -5)i)
Now, for P(z) = 0, then z^2 + 2x - 15 = 0 and -z - 5 = 0
The only solution for both is

This only gives this real solution for P(z). This is because for the complex solution, z^2 is a complex number, not a real number.
After finding that P(-5)=0, you can then factorise and find the other solution.
 = z^2 + (2-i)z-15-5i)
 = (z + 5) (z - 3 - i))