document.write( "Question 255109: Solving Equation by Factoring
\n" );
document.write( "(zero property)
\n" );
document.write( "Solve:
\n" );
document.write( "25m^2-16=0 \n" );
document.write( "
Algebra.Com's Answer #187421 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! 25m^2-16=0 \n" ); document.write( ". \n" ); document.write( "Can be rewritten as: \n" ); document.write( "(5m)^2 - 4^2 = 0 \n" ); document.write( "which is a \"difference of squares\" -- a special case of factoring: \n" ); document.write( "(5m - 4)(5m + 4) = 0 \n" ); document.write( "Solving for m: \n" ); document.write( "m = {-4/5, 4/5} \n" ); document.write( " |