How do you find all the real and complex roots of (x^ 2 + 4)(x + 5)^2 = 0?

1 Answer
Feb 7, 2016

+-2i and -5

Explanation:

(x^2+4)(x+5)^2=0

if a*b=0, then a=0 or b=0:

so:
(x^2+4)=0 or (x+5)^2=0

The first part has not real solutions, since (x^2+4)>0, AA x in RR,

but has complex roots:

(x^2+4)=0
x^2=-4
x=+-2i

The second part is easy to resolve:

(x+5)^2=0

x+5=0=> x=-5