Answer:
Step-by-step explanation:

put x=0
0+4=a(0+2)(0-4)+0+0
-8a=4
a=-4/8=-1/2
put x+2=0 or x=-2
2(-2)+4=0+b(-2)(-2-4)+0
12b=0
b=0
put x-4=0 or x=4
2(4)+4=0+0+c(4)(4+2)
24c=12
c=12/24=1/2

Let's use synth. div. It's so much faster in cases such as this one.
Use k = 3 as your divisor. Then:
________________
3 / 3 -4 -3 14
9 15 36
-------------------------
3 5 12 50 <= the remainder is 50.
The quadratic formula is =(-b+-sqrt(b^2-4ac))/2a
as you notice the term under the square root is b^2-4ac if it is postive then the equation clearly will have two real soultions if it is negative then the equation will have two imaginary soultion if it is zero then the the equation will have one soultion
so let us calculate b^2-4ac for our given equation
x^2=4x-5 so let us write it in general form which is ax^2+bx+c=0
subtracting 4x from both sides
x^2-4x=-5
adding 5 to both sides
x^2-4x+5=0
a=1,b=-4,c=5
b^2-4ac=(-4)^2-4(1)(5)=16-20=-4
which means the equation has two imaginary soultions