document.write( "Question 992454: The sum of two numbers is 80. The larger number is 9 more than the smaller number. Find the numbers. \n" ); document.write( "
Algebra.Com's Answer #612094 by satyareddy22(84)![]() ![]() ![]() You can put this solution on YOUR website! Let x and y are the two numbers \n" ); document.write( "sum of two numbers is 80 \n" ); document.write( "x+y=80-----(1) \n" ); document.write( "larger number is 9 more than the smaller number \n" ); document.write( "x-y=9-----(2) \n" ); document.write( "solving (1) & (2) \n" ); document.write( "x=44.5,y=35.5 \n" ); document.write( " \n" ); document.write( " |