Mark O. answered 09/08/19
Experienced Math Educator
If a polynomial function has a zero of a, then it has a factor of (x - a). Multiplicity tells you how many times that factor is a factor.
A simple example with just numbers: the prime factorization of 360 = 23 * 32 * 5.
It's factors are 2 (with multiplicity 3), 3 (with multiplicity 2) and 5.
Looking at number 1 we have:
f(x) = (x - (-2))2 (x - (-1))
f(x) = (x + 2)2 (x + 1)
The directions do not say that the function needs to be simplified into standard form, but if we do we get:
f(x) = x3 + 5x2 + 8x + 4 which clearly is degree 3
Looking at number 2 we have:
f(x) = (x - 0)2 (x - 5)2
f(x) = x2 (x - 5)2
Can you do number 3 on your own? Scroll down for the final answer . . .
f(x) = (x - 3) (x - 2)3 or f(x) = x4 - 9x3 + 30x2 - 44x + 24