SOLUTION: Find a polynomial with integer coefficients and a leading coefficient of one that satisfies the given conditions.
S has degree 2, and zeros 4+i and 4-i
Algebra ->
Polynomials-and-rational-expressions
-> SOLUTION: Find a polynomial with integer coefficients and a leading coefficient of one that satisfies the given conditions.
S has degree 2, and zeros 4+i and 4-i
Log On
Question 812680: Find a polynomial with integer coefficients and a leading coefficient of one that satisfies the given conditions.
S has degree 2, and zeros 4+i and 4-i Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! Find a polynomial with integer coefficients and a leading coefficient of one that satisfies the given conditions.
S has degree 2, and zeros 4+i and 4-i
-------
S(x) = (x-(4+i))(x-(4-i))
-------
Rearrange::
S(x) = ((x-4)-i)((x-4)+i)
----
Multiply t get:
S(x) = (x-4)^2-i^2
---
S(x) = x^2-16x+16+1
---
S(x) = x^2-16x+17
==========================
Cheers,
Stan H.
===========================