document.write( "Question 900068: The greatest of the three consecutive numbers is 3 greater of the least number. What are the numbers?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #805791 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! consecutive: (x-1), x, (x+1)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(x+1) = 3(x-1) \n" ); document.write( "x+1 = 3x-3 \n" ); document.write( "4 = 2x \n" ); document.write( "x = 2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The integers are 1, 2, and 3. \n" ); document.write( " |