document.write( "Question 877258: Find two consecutive integers such that twice the smaller is two more than the larger \n" ); document.write( "
Algebra.Com's Answer #805844 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! consecutive integers: x, (x+1)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2x = (x+1) + 2 \n" ); document.write( "2x = x+3 \n" ); document.write( "x = 3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The integers are 3 and 4. \n" ); document.write( " |