document.write( "Question 376530: find three consecutive integers such that the sum of the first and second is 7 more than the third. \n" ); document.write( "
Algebra.Com's Answer #267867 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Hi,
\n" ); document.write( "Let x, (x+1) and (x+2) represent the three consecutive integers
\n" ); document.write( "Write as we Read***
\n" ); document.write( "x + (x+1) = (x+2) + 7
\n" ); document.write( "solving for x
\n" ); document.write( "2x + 1 = x + 9
\n" ); document.write( "x = 8, first of the three consecutive integers
\n" ); document.write( "8 , 9 and 10 are the integers
\n" ); document.write( "CHECKING our Anwer
\n" ); document.write( "8 + 9 = 10 + 7 = 17 \n" ); document.write( "
\n" );