Write the simplest polynomial function with the given roots 1, 4, and 3?

2 Answers
May 14, 2018

#p(x)=(x-1)(x-4)##(x-3)#

May 14, 2018

#y = x^3-8x^2+19x-12#

Explanation:

A polynomial with roots, 1, 4, and 3 will have the factored form:

#y = (x-1)(x-4)(x-3)#

Multiply the last two factors:

#y = (x-1)(x^2-7x+12)#

Distribute the first factor over the second:

#y = x(x^2-7x+12)-1(x^2-7x+12)#

Multiply:

#y = x^3-7x^2+12x-x^2+7x-12#

Combine like terms:

#y = x^3-8x^2+19x-12#