document.write( "Question 61126: Find the complex zeros of the polynomilal function:
\n" );
document.write( "f(x)=x^4-8x^3+16x^2+8x-17 \n" );
document.write( "
Algebra.Com's Answer #42055 by stanbon(75887) ![]() You can put this solution on YOUR website! f(x)=x^4-8x^3+16x^2+8x-17 \n" ); document.write( "Since the coefficients add to zero, x=1 is a zero. \n" ); document.write( "Use synthetic division to find the other factor which \n" ); document.write( "is x^3-7x^2+9x+17 \n" ); document.write( "x=-1 is a zero of this cubic leaving a factor of \r \n" ); document.write( "\n" ); document.write( "x^2-8x+17 \n" ); document.write( "Then, using the quadratic formula you get: \n" ); document.write( "x=[8+-sqrt(8^2-4*17)]/2 \n" ); document.write( "x=[8+-sqrt(-4)]/2\r \n" ); document.write( "\n" ); document.write( "x=[-4+-i] \n" ); document.write( "Zeroes are : x=1, x=-1, x=-4+i, x=-4-i \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |