document.write( "Question 899675: three times the greatest of 3 consecutive integers is one hundred more than twice the least. Find the greatest integer. \n" ); document.write( "
Algebra.Com's Answer #805830 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( "3(x+1) = 100 + 2(x-1) \n" ); document.write( "3x+3 = 2x+98 \n" ); document.write( "x = 95\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "greatest integer = x + 1 = 96 \n" ); document.write( " |