document.write( "Question 624445: 1. Why do you call the product of the sum and the difference of the same two terms the difference between two squares?\r
\n" );
document.write( "\n" );
document.write( "I need your help on our topic about the Product of the sum and the difference of the same two terms. Please answer my question immediately. Thanks in advance! \n" );
document.write( "
Algebra.Com's Answer #392746 by Theo(13342)![]() ![]() You can put this solution on YOUR website! the formula tells you so. \n" ); document.write( "a^2 - b^2 = (a-b) * (a+b) \n" ); document.write( "that's the product of the sum and the difference of the same 2 terms and it is equal to the difference of each term squared. \n" ); document.write( "if you multiply (a-b) * (a+b) you will get: \n" ); document.write( "a^2 + ab - ab - b^2 \n" ); document.write( "the 2 middle terms cancel out and you are left with: \n" ); document.write( "a^2 - b^2 \n" ); document.write( "it's nothing more than that. \n" ); document.write( "it just puts into words what the formula is showing you. \n" ); document.write( "with multiplication of (a+b) * (a-b) you are using the distributive property of multiplication. \n" ); document.write( "(a-b) * (a+b) is equal to: \n" ); document.write( "a * (a+b) - b * (a+b) which is equal to: \n" ); document.write( "a*a + a*b - b*a - b*b which results in: \n" ); document.write( "a^2 + ab - ab - b^2 which results in: \n" ); document.write( "a^2 - b^2 because ab and -ab cancel out. \n" ); document.write( " |