Answer:
3
Explanation:
Given a polynomial with zeros x = a, x = b, x = c
Then the factors are (x - a), (x - b) and (x - c)
and the polynomial is the product of the factors
f(x) = k(x - a)(x - b)(x - c) ← k is a multiplier
here the zeros are x = - 3, x = 0, x = 4, thus the factors are
(x - (- 3)), (x - 0) and (x - 4), that is
(x + 3), x and (x - 4)
let k = 1, then
f(x) = x(x + 3)(x - 4) → 3