document.write( "Question 1144450: The sum of 2 numbers is 15 and their difference is 6.
\n" );
document.write( "Find the difference of their squares. \n" );
document.write( "
Algebra.Com's Answer #765573 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! The sum of 2 numbers is 15 and their difference is 6. \n" ); document.write( "Find the difference of their squares. \n" ); document.write( "--------- \n" ); document.write( "a^2 - b^2 = (a-b)*(a+b) = 90 \n" ); document.write( " \n" ); document.write( " |