Yazmin T. answered 02/26/21
Math and Spanish Teacher / Track and Field Throws Coach
For this problem, we check out our given zeros.
x = 1 (multiplicity of 2)
x = 0 (multiplicity of 1)
x = -3 (multiplicity of 1)
The multiplicities tell us how many times the zeros repeat. In this case, we should have a total of 4 zeros, which also means that our polynomial also has a degree of 4.
We write our polynomial like this:
P(x) = a(x - 1)(x - 1) (x + 0)(x + 3) **x + 0 would just be x and our single variables can be moved to the
front of the polynomial
P(x) = ax(x - 1)(x - 1)(x + 3) *Next we foil but do not distribute the 'a'
P(x) = ax(x2 - 2x + 1)(x + 3)
P(x) = a(x3 - 2x2 + x)(x + 3)
P(x) = a(x4 - 2x3 + x2 + 3x3 - 6x2 + 3x) **combine your link terms
P(x) = a(x4 + x3 - 5x2 + 3x)
Once you combine your like terms, use the point that you were given to solve for 'a'
64 = a (54 + 53 - 5(52) + 3(5))
64 = a (625 + 125 - 125 + 15)
64 = 640a
a = 1/10
Now that we found our 'a' we plug it back to the equation that had the missing 'a'
P(x) = 1/10 (x4 + x3 - 5x2 + 3x) *last we distribute the fraction
P(x) = 1/10 x4 + 1/10 x3 - 1/2 x2 + 3/10 x