document.write( "Question 375592: The difference of two numbers is 8. Three times the smaller number minus two times the larger number is –3. Find the two numbers. \n" ); document.write( "
Algebra.Com's Answer #267091 by robertb(5830)\"\" \"About 
You can put this solution on YOUR website!
l - s = 8,
\n" ); document.write( "3s-2l = -3.
\n" ); document.write( "The 1st equation becomes l = s + 8. Substitute into the bottom equation, to get
\n" ); document.write( "3s - 2(s+8) = -3, or
\n" ); document.write( "3s - 2s - 16 = -3, or
\n" ); document.write( "s = 13, the smaller number.
\n" ); document.write( "l = 13+8 = 21, the larger number.
\n" ); document.write( "
\n" );