document.write( "Question 1073860: If the sum of two positive integers is 24 and the difference of their squares is 48. What is the product of the two integers? \n" ); document.write( "
Algebra.Com's Answer #688679 by ikleyn(52786)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "
\r\n" );
document.write( "The standard method for solving such problems is THIS:\r\n" );
document.write( "\r\n" );
document.write( "\"x%5E2+-+y%5E2\" = 48,\r\n" );
document.write( "\r\n" );
document.write( "(x+y)*(x-y) = 48.\r\n" );
document.write( "\r\n" );
document.write( "Replace x+y by 24 (given !).\r\n" );
document.write( "\r\n" );
document.write( "24*(x-y) = 48,  ---->\r\n" );
document.write( "\r\n" );
document.write( "x - y = 2.\r\n" );
document.write( "\r\n" );
document.write( "Now you have two equations\r\n" );
document.write( "\r\n" );
document.write( "x + y = 24,\r\n" );
document.write( "x - y =  2.\r\n" );
document.write( "\r\n" );
document.write( "Add them and get 2x = 26  --->  x = 13.\r\n" );
document.write( "\r\n" );
document.write( "Then y = 11.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Answer.  The numbers are 11 and 13.\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );