document.write( "Question 368038: The sum of two numbers is 48 and their difference is 80. Find each ofthe number. \n" ); document.write( "
Algebra.Com's Answer #262272 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! The sum of two numbers is 48 and their difference is 80. Find each ofthe number. \n" ); document.write( "Let x = one number \n" ); document.write( "and y = the other number \n" ); document.write( ". \n" ); document.write( "Our \"system\" of equations: \n" ); document.write( "x+y = 48 \n" ); document.write( "x-y = 80 \n" ); document.write( ". \n" ); document.write( "So, applying the \"addition method\" we add the two equations together: \n" ); document.write( "x+y = 48 \n" ); document.write( "x-y = 80 \n" ); document.write( "--------- \n" ); document.write( "2x = 128 \n" ); document.write( "x = 64 (one number) \n" ); document.write( ". \n" ); document.write( "find other number by substituting above into first equation: \n" ); document.write( "x+y = 48 \n" ); document.write( "64+y = 48 \n" ); document.write( "y = 48-64 \n" ); document.write( "y = -16 (other number) \n" ); document.write( " \n" ); document.write( " |