document.write( "Question 274334: The sum of two numbers is 11. If one number is subtracted from the other, the result is -1. Find the number.\r
\n" );
document.write( "\n" );
document.write( "Thank you \n" );
document.write( "
Algebra.Com's Answer #200242 by edjones(8007)![]() ![]() You can put this solution on YOUR website! Let x be the larger & y the smaller. \n" ); document.write( "y+x=11 \n" ); document.write( "y-x=-1 \n" ); document.write( "------add \n" ); document.write( "2y=10 \n" ); document.write( ". \n" ); document.write( "y=5 \n" ); document.write( "x=6 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |