Question 183828
Given a polynomial and one of its factors, find the remaining factors of the polynomial. some factors may not be binomials. 
PROBLEM:
(29) x^4+2x^3+2x^2-2x-3;x+1 
-------------
Use long division or synthetic division to divide the polynomial by x+1
-------------------------------
-1)....1....2....2....-2....-3
..........1..1....1.....-3..|..0

Quotient: x^3 + x^2 + x -3
========================================
Since the coefficients of the quotient add up to zero, 1 is another zero:
1).....1..1....1.....-3
........1..2....3....|..0

Quotient: x^2 + 2 + 3
========================================
Use the quadratic equation to find the remaining zeroes.
x = [-2 +- sqrt(4 - 4*1*3)]/2

x = [-2 +- sqrt(-8)]/2

x = [-2 +- 2isqrt(2)]/2

x = -1 + isqrt(2) or x = -1 -isqrt(2)
----------------------------------------------
All the zeroes: 1, -1 , -1 + isqrt(2) , x = -1 -isqrt(2)

==========================================================
Cheers,
Stan H.