document.write( "Question 282234:  how do I solve this equation by factoring?
\n" );
document.write( "25x^2=36 \n" );
document.write( "
| Algebra.Com's Answer #204951 by Alan3354(69443)     You can put this solution on YOUR website! how do I solve this equation by factoring? \n" ); document.write( "25x^2=36 \n" ); document.write( "----------- \n" ); document.write( " \n" ); document.write( "(5x - 6)*(5x + 6) = 0 \n" ); document.write( "x = 6/5 \n" ); document.write( "x = -6/5 \n" ); document.write( "---------- \n" ); document.write( "Factoring this is the long way: \n" ); document.write( "25x^2=36 \n" ); document.write( "Take the sqrt of both sides \n" ); document.write( "5x = ± 6 \n" ); document.write( "x = ± 6/5 \n" ); document.write( " \n" ); document.write( " |