document.write( "Question 478033: how to do you find all the zeros of the function with the given zero?\r
\n" );
document.write( "\n" );
document.write( "givin zero: 1 minus radical 3i\r
\n" );
document.write( "\n" );
document.write( "f(x)= 3x^3 - 4x^2 + 8x +8 \n" );
document.write( "
Algebra.Com's Answer #327556 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! how to do you find all the zeros of the function with the given zero? \n" ); document.write( "givin zero: 1 minus radical 3i \n" ); document.write( "f(x)= 3x^3 - 4x^2 + 8x +8 \n" ); document.write( "--- \n" ); document.write( "Since the coefficients are all Real, 1+sqrt(3)i is also a zero. \n" ); document.write( "--- \n" ); document.write( "So [(x-1)+sqrt(3)i][(x-1)-sqrt(3)i] = (x-1)^2+3 \n" ); document.write( "= (x^2-2x+4) is a factor. \n" ); document.write( "---- \n" ); document.write( "Divide 3x^3-4x^2+8x+8 by x^2-2x+4 to see the \"other\" factor. \n" ); document.write( "----- \n" ); document.write( "the other factors is 3x+2. \n" ); document.write( "So the remaining zero is x = -2/3 \n" ); document.write( "====================================== \n" ); document.write( "cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |