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) ![]() 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( " \n" ); document.write( "5-2=3 \n" ); document.write( " \n" ); document.write( "Subtract x from both sides \n" ); document.write( " \n" ); document.write( "The numbers are 3 and 8. \n" ); document.write( " |