document.write( "Question 890143: Two numbers add up to 37. If the smaller number is increased by half of the larger number, the result is 26. Find the two numbers. \n" ); document.write( "
Algebra.Com's Answer #538740 by algebrahouse.com(1659)![]() ![]() You can put this solution on YOUR website! x = one number \n" ); document.write( "y = other number\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x + y = 37 {two numbers add up to 37} \n" ); document.write( "x + 0.5y = 26 {smaller increased by half larger is 26}\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "0.5y = 11 {subtracted the two equations, eliminating x} \n" ); document.write( "y = 22 {divided each side by 0.5}\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x + y = 37 {two numbers add up to 37} \n" ); document.write( "x + 22 = 37 {substituted 22 for y} \n" ); document.write( "x = 15 {subtracted 22 from each side}\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The two numbers are 15 and 22 \n" ); document.write( " For more help from me, visit: www.algebrahouse.com \n" ); document.write( " |