document.write( "Question 268995: Find three consecutive whole numbers such that the sum of the first plus twice the second plus three times the third is 134. \n" ); document.write( "
Algebra.Com's Answer #197139 by drk(1908)![]() ![]() ![]() You can put this solution on YOUR website! Let x, x+1, and x+2 be the three consecutive numbers. \n" ); document.write( " \n" ); document.write( "simplifying we get \n" ); document.write( " \n" ); document.write( "subtract 6 to get \n" ); document.write( " \n" ); document.write( "divide by 6 to get \n" ); document.write( " \n" ); document.write( "The numbers are \n" ); document.write( "21, 22, 23 \n" ); document.write( " |