Question 1039745
the number of roots of the equation has to be equal to the degree of the eqution.
that means, if you have a 7 degree equation, then the number of roots has to be equal to 7 total.
you cannot have just one complex root.
they come in pairs.
you either have two or you have none.
in 7 degree equation, you can have up to 6 complex roots and 1 real root.
if you only have 2 complex roots, then the number of real roots have to be equal to 5, except that you can have a minimum of 1 distinct real root and a maximum of 5 distinct real roots.
by distinct means that the zeroes are different.
(x-5) * (x-5) are two real roots but they have one distinct zero.
(x-5) * (x-6) are two real roots that have two distinct zeroes.
(x-5)^5 are 5 real roots but they have one distinct zero.
if you have two complex roots in a seventh degree equation, you must have 5 real roots, but the distinct real roots can be from 1 to 5.
the following graphs show you what i mean.
all the following graphs are of seventh degree equations.
the graph being displayed is the one with the blue colored circle to the left of it.


the first graph is (x^2 + 2x + 8) * (x-3)^5
there are 2 complex roots and 5 real roots, but only 1 distinct real roots.
<img src = "http://theo.x10hosting.com/2016/063001.jpg" alt="$$$" </>


the second graph is (x^2 + 2x + 8) * (x-3)^4 * (x-4)
there are 2 complex roots and 5 real roots, but only 2 distinct real roots.
<img src = "http://theo.x10hosting.com/2016/063002.jpg" alt="$$$" </>


the third graph is (x^2 + 2x + 8) * (x-3)^3 * (x-4) * (x-5)
there are 2 complex roots and 5 real roots, but only 3 distinct real roots. 
<img src = "http://theo.x10hosting.com/2016/063003.jpg" alt="$$$" </>


the fourth graph is (x^2 + 2x + 8) * (x-3)^2 * (x-4) * (x-5) * (x-6)
there are 2 complex roots and 5 real roots, but only 4 distinct real roots.
<img src = "http://theo.x10hosting.com/2016/063004.jpg" alt="$$$" </>


the fifth graph is (x^2 + 2x + 8) * (x-3) * (x-4) * (x-5) * x-6) * (x-7)
there are 2 complex roots and 5 real roots, all of which are distinct.
<img src = "http://theo.x10hosting.com/2016/063005.jpg" alt="$$$" </>


the sixth graph is (x^2 + 2x + 8)^3 * (x-3)
there are 6 complex roots and 1 real root.
<img src = "http://theo.x10hosting.com/2016/063006.jpg" alt="$$$" </>


the seventh graph is (x^2 + 2x + 8)^2 * (x-3) * (x-4) * (x-5)
there are 4 complex roots and 3 real roots, all of which are distinct.
<img src = "http://theo.x10hosting.com/2016/063007.jpg" alt="$$$" </>


the eighth graph is the same as the fifth graph.
there are 2 complex roots and 5 real roots, all of which are distinct.
<img src = "http://theo.x10hosting.com/2016/063008.jpg" alt="$$$" </>


all equations are 7th degree equations.
all equations have 7 roots.
only the real roots cross the x-axis.
the complex roots do not.


for your information, the complex roots of x^2 + 2x + 8 are:


(x - 1 - i*sqrt(7)) and (x - 1 + i*sqrt(7))


these started out as:


(x - 1 - sqrt(-7)) and (x - 1 + sqrt(-7))


sqrt(-7) is the same as sqrt(-1 * 7)


sqrt(-1 * 7) is equal to0 sqrt(-1) * sqrt(7)


sqrt(-1) is equal to i.


sqrt(-7) therefore becomes i * sqrt(7)


replace sqrt(-7) in (x - 1 - sqrt(-7)) and (x - 1 + sqrt(-7)) and you get:


(x - 1 - i*sqrt(7)) and (x - 1 + i*sqrt(7))


if you multiply these factors out, you will get x^2 - 2x + 8