document.write( "Question 21885: The sum of two consecutive numbers is equal to the difference of those two numbers, find those two numbers.
\n" );
document.write( "Thanks \n" );
document.write( "
Algebra.Com's Answer #10554 by queenofit(120)![]() ![]() ![]() You can put this solution on YOUR website! let x equal the first number and since they are consecutive the second number is x+1 \n" ); document.write( "set up your equation\r \n" ); document.write( "\n" ); document.write( "x + (x+1)= x - (x+1) \n" ); document.write( "2x +1 = x -x -1 \n" ); document.write( "2x=-2 \n" ); document.write( "x=-1 \n" ); document.write( "x+ 1 = 0\r \n" ); document.write( "\n" ); document.write( "check -1 + ( -1 + 1)= -1 - (-1+1) \n" ); document.write( "-1=-1 \n" ); document.write( " |