document.write( "Question 912343: 29.The Sum of the square of two numbers is 80 and the square of their difference is 36. The product of two numbers is\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #553889 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Two numbers x & y \n" ); document.write( "Write an equation for each statement \n" ); document.write( ": \n" ); document.write( "\"The Sum of the square of two numbers is 80\" \n" ); document.write( "x^2 + y^2 = 80 \n" ); document.write( "\" and the square of their difference is 36.\" \n" ); document.write( "(x - y)^2 = 36 \n" ); document.write( "Foil (x-y)(x-y) \n" ); document.write( "x^2 - 2xy + y^2 = 36 \n" ); document.write( "Use elimination, subtract from the 1st equation \n" ); document.write( "x^2 + 0xy + y^2 = 80 \n" ); document.write( "x^2 - 2xy + y^2 = 36 \n" ); document.write( "------------------------Subtraction eliminates, both x^2 and y^2 \n" ); document.write( "2xy = 44 \n" ); document.write( "Divide both sides by 2 \n" ); document.write( "xy = 22 \n" ); document.write( ": \n" ); document.write( " The product of two numbers is: 22 \n" ); document.write( " |