document.write( "Question 761462: Find two whole numbers whose sum is 60 and whose difference is 12
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #463233 by DrBeeee(684)![]() ![]() ![]() You can put this solution on YOUR website! Let x = one of the numbers and \n" ); document.write( "Let y = be the other number \n" ); document.write( "We are given \n" ); document.write( "(1) x + y = 60 and \n" ); document.write( "(2) x - y = 12 \n" ); document.write( "Now add the two equations (1) and (2) to get \n" ); document.write( "(3) x + y + x - y = 60 + 12 or \n" ); document.write( "(4) 2*x = 72 or \n" ); document.write( "(5) x = 36 \n" ); document.write( "Then from (1) we get \n" ); document.write( "(6) 36 + y = 60 or \n" ); document.write( "(7) y = 24 \n" ); document.write( "Use (2) to check the values. \n" ); document.write( "Is ( 36 - 24 = 12)? \n" ); document.write( "Is (12 = 12)? Yes \n" ); document.write( "Answer: the two numbers are 36 and 12. \n" ); document.write( " |