document.write( "Question 1151574: The sum of two numbers is
\n" );
document.write( "50 The smaller number is
\n" );
document.write( "22 less than the larger number. What are the numbers? \n" );
document.write( "
Algebra.Com's Answer #773373 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "x = smaller number \n" ); document.write( "y = larger number\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x = y-22 since \"The smaller number is 22 less than the larger number\"\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x+y = 50 because it says \"The sum of two numbers is 50\"\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x+y = 50 \n" ); document.write( "y-22+y = 50 ... replace x with y-22 \n" ); document.write( "2y-22 = 50 \n" ); document.write( "2y-22+22 = 50+22 ... add 22 to both sides \n" ); document.write( "2y = 72 \n" ); document.write( "2y/2 = 72/2 ... divide both sides by 2 \n" ); document.write( "y = 36\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x = y-22 \n" ); document.write( "x = 36-22 ... plug in y = 36 \n" ); document.write( "x = 14\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The two numbers are 14 and 36. \n" ); document.write( " \n" ); document.write( " |