Answer:
Explanation:
Since we know that x + 1 is a factor of f(x), we can use synthetic division to find the other factor and then solve for the remaining zeros.
We set up synthetic division as follows:
-1 | 1 -3 16 20
| -1 4 -20
|_____________
1 -4 20 0
The last row of the synthetic division gives us the coefficients of the quadratic factor, which is x^2 - 4x + 20. We can use the quadratic formula to find its roots:
x = (-(-4) ± sqrt((-4)^2 - 4(1)(20))) / (2(1))
= (4 ± sqrt(-64)) / 2
= 2 ± 2i√2
Therefore, the three zeros of f(x) are -1, 2 + 2i√2, and 2 - 2i√2.