document.write( "Question 620159: The sum of two consecutive integers is 10 more than the third. Find the integers \n" ); document.write( "
Algebra.Com's Answer #389940 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "The sum of two consecutive integers\"highlight%28x%29\"and \"highlight%28%28x%2B1%29%29\"is 10 more than the third\"highlight%28%28x%2B2%29%29\"
\n" ); document.write( " x + (x+1) = (x+2) + 10
\n" ); document.write( " 2x + 1 = x + 12
\n" ); document.write( " x = 11
\n" ); document.write( "Integers are 11, 12, 13
\n" ); document.write( "CHECKING our Answer***
\n" ); document.write( " 11 + 12 = 23 = 13 + 10 \n" ); document.write( "
\n" );