document.write( "Question 385308: Use the “difference of squares” rule to factor the following expression:
\n" );
document.write( " 36x^2-9y^2
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #272632 by texttutoring(324)![]() ![]() You can put this solution on YOUR website! The difference of squares rule is this:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "a^2 - b^2 = (a+b)(a-b)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "In your case, a^2=36x^2 and b^2=9y^2, therefore:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "36x^2 - 9y^2 = (6x+3y)(6x-3y)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "That's it. It's factored! \n" ); document.write( " |