document.write( "Question 860788: the difference between two numbers is 5. if the smaller is doubled, the result will be two less than larger. find the numbers \n" ); document.write( "
Algebra.Com's Answer #518638 by ben720(159)\"\" \"About 
You can put this solution on YOUR website!
If the difference between two numbers is 5, one is x and the other is x+5.
\n" ); document.write( "If the smaller, x is doubled, it's the larger - 2.
\n" ); document.write( "\"2x=x%2B5-2\"
\n" ); document.write( "5-2=3
\n" ); document.write( "\"2x=x%2B3\"
\n" ); document.write( "Subtract x from both sides
\n" ); document.write( "\"x=3\"
\n" ); document.write( "The numbers are 3 and 8.
\n" ); document.write( "
\n" );