document.write( "Question 1008045: The sum of two numbers is
\n" );
document.write( "55
\n" );
document.write( ". The larger number is
\n" );
document.write( "11
\n" );
document.write( " more than the smaller number. What are the numbers? \n" );
document.write( "
Algebra.Com's Answer #623815 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call the numbers x and y. Then we write \n" ); document.write( "x + y = 55 and \n" ); document.write( "x = y - 11 or x - y = -11 \n" ); document.write( "Add these equations and get \n" ); document.write( "2x = 44 \n" ); document.write( "x = 22 \n" ); document.write( "y = 33 \n" ); document.write( " |