document.write( "Question 315782: one number is 4 less than twice another number. if their sum is 11, what are the 2 number? \n" ); document.write( "
Algebra.Com's Answer #225917 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
Hint: \"one number is 4 less than twice another number\" means that \"y=2x-4\" and \"their sum is 11\" tells us that \"x%2By=11\". From here, plug in \"y=2x-4\" to get \"x%2B2x-4=11\". \n" ); document.write( "
\n" );