document.write( "Question 1198319: Find three consecutive numbers such that the sum of the first and twice the second is forty-six less than six times the third. The third number is \n" ); document.write( "
Algebra.Com's Answer #831903 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
x + 2(x+1)= 6(x+2)-46***
\n" ); document.write( "x + 2x + 2 = 6x + 12 - 46
\n" ); document.write( " 36 = 3x
\n" ); document.write( " 12 = x
\n" ); document.write( "three consecutive numbers are: 12, 13, 14
\n" ); document.write( "checking***: 12+26 = 6*14 -46 = 38 Checks
\n" ); document.write( "
\n" );