document.write( "Question 927795: the sum of two numbers is 44. If twice the smaller number is subtracted from the larger number , the result is 11. find the two numbers.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #563257 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! x+y=44 \n" ); document.write( "x-2y=11 \n" ); document.write( "------------- \n" ); document.write( "x=2y+11 \n" ); document.write( "2y+11+y=44 \n" ); document.write( "3y=44-11 \n" ); document.write( "y=33/3 \n" ); document.write( "y=11 small \n" ); document.write( "------------ \n" ); document.write( "x+11=44 \n" ); document.write( "x=33 large \n" ); document.write( "--------------- \n" ); document.write( "33-2(11)=11 \n" ); document.write( " |