document.write( "Question 761885: the smallest of three consecutive integers is added to twice the largest,the result so obtained is less than four times the middle \n" ); document.write( "
Algebra.Com's Answer #806261 by CubeyThePenguin(3113) You can put this solution on YOUR website! consecutive integers: (x-1), x, (x+1)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(x-1) + 2(x+1) < 4x \n" ); document.write( "x - 1 + 2x + 2 < 4x \n" ); document.write( "3x + 1 < 4x \n" ); document.write( "-x < -1 \n" ); document.write( "x > 1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The smallest possible values of the three integers are 1, 2, and 3. \n" ); document.write( " |