document.write( "Question 774220: The sum of two numbers is 44. One number is 8 less than the other number. Find the numbers.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #472105 by pakhi(24)![]() ![]() You can put this solution on YOUR website! Let the numbers be 'x' and 'y'. \n" ); document.write( "Let 'x' be the larger number. \n" ); document.write( "So x + y = 44 ---------(1) \n" ); document.write( " x - y = 8 ---------(2) \n" ); document.write( "Adding equations 1 and 2 we get \n" ); document.write( " 2x = 52 \n" ); document.write( "or x = 26\r \n" ); document.write( "\n" ); document.write( "Putting the value of 'x' in equation 1 we get \n" ); document.write( " 26 + y = 44 \n" ); document.write( "or y = 44 - 26 = 18\r \n" ); document.write( "\n" ); document.write( "Therefore the two numbers are 26 and 18.\r \n" ); document.write( "\n" ); document.write( "check: 26 + 18 = 44 \n" ); document.write( " 26 - 18 = 8 \n" ); document.write( " |