document.write( "Question 198785: One number is 11 more than twice another number. If the sum of the numbers is twice their difference, find the numbers. \n" ); document.write( "
Algebra.Com's Answer #149340 by edjones(8007)![]() ![]() You can put this solution on YOUR website! Let the larger=x and the smaller=y \n" ); document.write( "x=2y+11 \n" ); document.write( "x+y=2(x-y) \n" ); document.write( ". \n" ); document.write( "2y+11+y=2(y+11-y) substitute y+11 for x. \n" ); document.write( "y+11=22 \n" ); document.write( "y=11 \n" ); document.write( "x=33 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |