document.write( "Question 1069112: Find the real solutions of the equation 2x4 - 128x2 = 0 by factoring \n" ); document.write( "
Algebra.Com's Answer #684344 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! 2x4 - 128x2 = 0 \n" ); document.write( "factor out a 2x^2 \n" ); document.write( "(2x^2(x^2-64)=0 \n" ); document.write( "2x^2(x+8)(x-8)=0, difference of squares \n" ); document.write( "x=0 (multiplicity of 2),-8, 8 \n" ); document.write( " |