document.write( "Question 430003: Given the zero: x=2, of the polynomial: x^3-4x^2+21x-34=0, find the others.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #298618 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! We are given x = 2 is one of the zeros, so we know that x - 2 is one of the factors of the polynomial \n" ); document.write( "We can divide the polynomial by x - 2 to get a quadratic: \n" ); document.write( "x^3-4x^2+21x-34/x-2 \n" ); document.write( "Performing the division gives \n" ); document.write( "Now use the quadratic formula to get the other two zeros: \n" ); document.write( " \n" ); document.write( "The other two roots are complex, and are equal to: \n" ); document.write( "x = 1 + 4i, and x = 1 - 4i \n" ); document.write( " |