SOLUTION: How can i find the third-degree polynomial equation with rational coefficients that have the given number of roots of 3,2-i? Please and thank you!
Algebra ->
Polynomials-and-rational-expressions
-> SOLUTION: How can i find the third-degree polynomial equation with rational coefficients that have the given number of roots of 3,2-i? Please and thank you!
Log On
Question 434938: How can i find the third-degree polynomial equation with rational coefficients that have the given number of roots of 3,2-i? Please and thank you! Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! How can i find the third-degree polynomial equation with rational coefficients that have the given number of roots of 3,2-i?
-------
If the coefficients are rational, 2+i must also be a root.
----
Equation:
f(x) = (x-3)(x-(2-i))(x-(2+i))
--------
f(x) = (x-3)((x-2)+i)((x-2)-i)
--------
f(x) = (x-3)((x-2)^2+1)
---
f(x) = (x-3)(x^2-4x+5)
----
f(x) = x^3-4x^2+5x-3x^2+12x-15
----
f(x) = x^3-7x^2+17x-15
=================================
Cheers,
Stan H.