document.write( "Question 933574: 3 consecutive numbers are such that when they are written in an ascending order and multiplied by 2, 3, 4, respectively, they add upto 101. find the numbers. \n" ); document.write( "
Algebra.Com's Answer #805629 by CubeyThePenguin(3113)\"\" \"About 
You can put this solution on YOUR website!
consecutive numbers: (x-1), x, (x+1)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "2(x-1) + 3x + 4(x+1) = 101
\n" ); document.write( "2x-2 + 3x + 4x+4 = 101
\n" ); document.write( "9x = 99
\n" ); document.write( "x = 11\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The numbers are 10, 11, and 12.
\n" ); document.write( "
\n" );