Roman C. answered 04/14/16
Tutor
5.0
(851)
Masters of Education Graduate with Mathematics Expertise
Problem 1:
x3 + x2 - 14x - 24
= x3 - 4x2 + 5x2 - 20x + 6x - 24
= x2(x - 4) + 5x(x - 4) + 6(x - 4)
= (x2 + 5x + 6)(x - 4)
= (x + 2)(x + 3)(x - 4)
So the other factors are x+2 and x+3.
Problem 2:
Use Descartes' rule of signs.
3x5 - 2x3 - 4x2 + 8x - 1
Three sign flips between consecutive terms.
Thus there are either 1 or 3 positive real zeroes .
If we multiply the odd degree coefficients by -1, we get -3,2,-4,-8,-1, with two sign flips.
Thus there are either 0 or 2 negative real zeroes.
Since we from the above, we may have all 5 roots be real, there can be 0, 2, or 4 imaginary roots.
Problem 3:
x3 - 5x2 + 8x - 6
Possible rational roots: ±(factor of -6)/(factor of 1)
±1, ±2, ±3, ±6
Substituting shows that 3 is the only rational root.
Factor out x - 3.
x3 - 5x2 + 8x - 6
= x3 - 3x2 - 2x2 + 6x + 2x - 6
= x2(x - 3) - 2x(x - 3) + 2(x - 3)
= (x2 - 2x + 2)(x - 3)
Solve for the other two roots.
x2 - 2x + 2 = 0
x2 - 2x + 1 = -1
x - 1 = ±i
x = 1 ± i
Problem 3:
For any polynomial with real coefficients, complex roots come in conjugate pairs, so 1+i is also a root.
From the last calculations above, 1 + i and 1 - i are roots of x2 - 2x + 2. The minimum polynomial with integer coefficients with 4 and 1 - i as roots is therefore
(x - 4)(x2 - 2x + 2) = x3 - 6x2 + 10x - 8