The polynomial generated from the given zeros is: $ P(x) = x^3+3x^2-4x $
Step 1: Turn the zeros into factors:
Zero | Factor |
$ -4 $ | $ x+4 $ |
$ 0 $ | $ x $ |
$ 1 $ | $ x-1 $ |
Step 2: Multiply the factors together:
$$ P(x) = \left( x+4 \right) \cdot x \cdot \left( x-1 \right) = x^3+3x^2-4x $$