document.write( "Question 263062: hi, i have got to find two numbers whose sum is 108 and whose difference is 54 thanks \n" ); document.write( "
Algebra.Com's Answer #193886 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! find two numbers whose sum is 108 and whose difference is 54 \n" ); document.write( ". \n" ); document.write( "Let x = one number \n" ); document.write( "and y = second number \n" ); document.write( ". \n" ); document.write( "x+y = 108 (equation 1) \n" ); document.write( "x-y = 54 (equation 2) \n" ); document.write( ". \n" ); document.write( "Using the \"elimination method\" we add the two equations together: \n" ); document.write( "x+y = 108 \n" ); document.write( "x-y = 54 \n" ); document.write( "----------- \n" ); document.write( "2x = 162 \n" ); document.write( "x = 81 \n" ); document.write( ". \n" ); document.write( "To find y, we can plug the above into equation 1 and solve for y: \n" ); document.write( "x+y = 108 \n" ); document.write( "81+y = 108 \n" ); document.write( "y = 108-81 \n" ); document.write( "y = 27 \n" ); document.write( ". \n" ); document.write( "The two numbers are 27 and 81 \n" ); document.write( " \n" ); document.write( " |