
William W. answered 11/22/19
Math and science made easy - learn from a retired engineer
If you are told the zeros then you can convert those to factors. Remember that to find zeros, you set a polynomial equal to zero, factor it, and set each factor equal to zero. The zero "4" converts to the factor (x - 4) because when you set (x - 4) equal to zero, you get x = 4.
So the factors become (x + 3)(x + 1)(x - 4) making the polynomial P(x) = (x + 3)(x + 1)(x - 4). But there can also be a multiplier (we'll call it "a") in front of the polynomial so it can actually be P(x) = a(x + 3)(x + 1)(x - 4). To find out what "a" is, we can plug in the data point they provided (2, 5) as an x and y and solve for "a". That means we have:
5 = a(2 + 3)(2 + 1)(2 - 4)
5 = a(5)(3)(-2)
5 = -30a
a = -5/30 = -1/6
So the polynomial is:
P(x) = -1/6(x + 3)(x + 1)(x - 4)
This is in factored form and the problem doesn't say that a particular form is needed so that should be sufficient; however, if you wanted to put it in standard form, you would multiply it out:
(x + 3)(x + 1) = x2 + 4x + 3 and (x2 + 4x + 3)(x - 4) = x3 - 4x2 + 4x2 - 16x + 3x - 12 or x3 - 13x - 12 then multiplying -1/6(x3 - 13x - 12) gives P(x) = -1/6x3 + 13/6x + 2