Question 319327
Given that -1 is a zero of the polynomial g(x)=x^3-3x^2-3x+1, express g(x) as a product of linear factors.
------------
If -1 is a zero, use synthetic division to find the other factors:
----
-1)....1....-3....-3....1
.......1....-4....1....|..0
-----------
The quadratic factor is x^2-4x+1
---
Use the quadratic formula to find the zeroes:
x = [4 +- sqrt(16-4*1)]/2
x = [4 +- sqrt(12)]/2
---
x = [4 +- 2sqrt(3)]/2
---
x = [2 +- sqrt(3)]
x = 2+sqrt(3) or x = 2-sqrt(3) or x = -1
============================================
Cheers,
Stan H.
=============