document.write( "Question 670603: Find three consecutive integers such that the sum of the three is equal to 2 times the sum of the first two integer \n" ); document.write( "
Algebra.Com's Answer #417018 by vleith(2983)\"\" \"About 
You can put this solution on YOUR website!
Let the integers be given by x, (x+1), (x+2)
\n" ); document.write( "You are told
\n" ); document.write( "\"x+%2B+%28x%2B1%29+%2B+%28x%2B2%29+=+2%2A%28x+%2B+%28x%2B1%29%29\"
\n" ); document.write( "\"3x%2B3+=+2%2A%282x%2B1%29\"
\n" ); document.write( "\"3x%2B3+=+4x+%2B+2\"
\n" ); document.write( "\"1+=+x\"
\n" ); document.write( "So the numbers are 1, 2 and 3
\n" ); document.write( "Is 6 = 2*3?
\n" ); document.write( "
\n" );