document.write( "Question 1058502: I need help with this question find two consecutive numbers such that their sum is equal to the difference between two times the larger and the smaller \n" ); document.write( "
Algebra.Com's Answer #673560 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! numbers are x and x+1 \n" ); document.write( "sum is x+x+1=2x+1 \n" ); document.write( "the difference is 2(x+1)-x=2x+2-x=x+2 \n" ); document.write( "x+2=2x+1 \n" ); document.write( "x=1 \n" ); document.write( "1 and 2 \n" ); document.write( "Their sum is 3 \n" ); document.write( "the difference between 2(2) and 1 is also 3 \n" ); document.write( " \n" ); document.write( " |