document.write( "Question 360107: The difference of two numbers is 3. Twice the smaller is 6 more than the larger. Find the two numbers. \r
\n" ); document.write( "\n" ); document.write( "s=
\n" ); document.write( "l=
\n" ); document.write( "

Algebra.Com's Answer #256953 by vleith(2983)\"\" \"About 
You can put this solution on YOUR website!
\"l+-+s+=+3\" --> \"l+=+3+%2B+s\"
\n" ); document.write( "\"2s+=+l+%2B+6\"
\n" ); document.write( "\"2s+=+%283%2Bs%29+%2B+6\"
\n" ); document.write( "\"s+=+9\"
\n" ); document.write( "so l = 12
\n" ); document.write( "
\n" ); document.write( "
\n" );