document.write( "Question 915199: the greatest of three consecutive integers is 32 less than twice the smallest integer. Find all three integers. \n" ); document.write( "
Algebra.Com's Answer #805684 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) - 32 \n" ); document.write( "x+1 = 2x-34 \n" ); document.write( "35 = x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The integers are 34, 35, and 36. \n" ); document.write( " |