document.write( "Question 320001: given polynomial G(x)=x^4+2x^3-x^2+4x-6
\n" );
document.write( "
\n" );
document.write( "factor G(x) completely write G(x) as the product of four linear factors with real or complex coefficients. \n" );
document.write( "
Algebra.Com's Answer #229161 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! grouping ___ (x^4 - x^2 - 6) + (2x^3 + 4x)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "factoring ___ (x^2 - 3)(x^2 + 2) + (2x)(x^2 + 2)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "rearranging ___ (x^2 + 2x - 3)(x^2 + 2)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "factoring ___ (x + 3)(x - 1)(x + i√2)(x - i√2) \n" ); document.write( " |