document.write( "Question 106959: Find the three consecutive numbers such that the sum of double the first and the third totals 362 \n" ); document.write( "
Algebra.Com's Answer #77813 by cheesey(22)\"\" \"About 
You can put this solution on YOUR website!
x, x+1, x+2\r
\n" ); document.write( "\n" ); document.write( "2x + x+2 = 362
\n" ); document.write( "3x + 2 = 362
\n" ); document.write( "3x = 360
\n" ); document.write( "x=120\r
\n" ); document.write( "\n" ); document.write( "thus (120, 121, 122)
\n" ); document.write( "
\n" );