136k views
0 votes
Synthetic Division to Find Zeros

if f(x)=x^3−3x^2+16x+20 and x+1 is a factor of f(x), then find all of the zeros of f(x) algebraically.

User Tanookiben
by
8.2k points

1 Answer

2 votes

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.

User Ullan
by
8.2k points