SOLUTION: Please help with this: Write a polynomial function in standard form with the given zeros:
x= 0,0,2,3
and x = 1,1,2
Thank you
Algebra ->
Rational-functions
-> SOLUTION: Please help with this: Write a polynomial function in standard form with the given zeros:
x= 0,0,2,3
and x = 1,1,2
Thank you
Log On
You can put this solution on YOUR website! given zeros:
x= 0,0,2,3
from these we can derive the factors
x * x * (x-2) * (x-3) = x^4 - 5x^3 + 6x^2
looks like this
:
and x = 1,1,2
(x-1)^2 * (x-2) = (x^2-2x+1) * (x-2) = x^3 - 4x^2 + 5x - 2
looks like this