document.write( "Question 954313: Find two consecutive integers such that the smaller integer is six more than twice the larger integer. \n" ); document.write( "
Algebra.Com's Answer #805580 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( "x = 6 + 2(x+1) \n" ); document.write( "x = 6 + 2x + 2 \n" ); document.write( "x = 2x + 8 \n" ); document.write( "-x = 8 \n" ); document.write( "x = -8\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The integers are -8 and -7. \n" ); document.write( " |