document.write( "Question 403633: Two numbers differ by 11. When the larger number is divided by the smaller, the quotient is 2 and the remainder is 4. Find the numbers. \n" ); document.write( "
Algebra.Com's Answer #285377 by robertb(5830)\"\" \"About 
You can put this solution on YOUR website!
L - S = 11,
\n" ); document.write( "\"L%2FS+=+2+%2B+4%2FS\"
\n" ); document.write( "The top equation gives L = S + 11.
\n" ); document.write( "Multiplying both sides of the bottom equation by S, we get L = 2S + 4.
\n" ); document.write( "Hence S + 11 = 2S + 4, or S = 7, the smaller number, and L = S + 11 = 18, the larger number.
\n" ); document.write( "
\n" );