document.write( "Question 830024: use factoring to solve the polynomial equation\r
\n" );
document.write( "\n" );
document.write( "8x^4 -72x^2 = 0 \n" );
document.write( "
Algebra.Com's Answer #500318 by LinnW(1048)![]() ![]() You can put this solution on YOUR website! 8x^4 -72x^2 = 0 \n" ); document.write( "8x^2(x^2 - 9) = 0 \n" ); document.write( "8x^2(x + 1)(x - 1) = 0 \n" ); document.write( "So x = 0 or -1 or 1 \n" ); document.write( " |