document.write( "Question 255121: Solving Equation by Factoring
\n" );
document.write( "(zero property)
\n" );
document.write( "Solve:
\n" );
document.write( "25x^2-90x=-81 \n" );
document.write( "
Algebra.Com's Answer #187430 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Solve: \n" ); document.write( "25x^2 -90x = -81 \n" ); document.write( "; \n" ); document.write( "add 81 to each side \n" ); document.write( "25x^2 - 90x + 81 = 0 \n" ); document.write( ": \n" ); document.write( "This looks like a perfect square (25 * 81) \n" ); document.write( "(5x - 9)(5x - 9) = 0 \n" ); document.write( ": \n" ); document.write( "5x = 9 \n" ); document.write( "x = \n" ); document.write( "; \n" ); document.write( "Check by FOILing the factors: \n" ); document.write( "25x^2 - 45x - 45x + 81 \n" ); document.write( " |