document.write( "Question 252073: Find three of the consecutive integer whose sum is equal to six. List answers from least to greatest? \n" ); document.write( "
Algebra.Com's Answer #183815 by drk(1908)![]() ![]() ![]() You can put this solution on YOUR website! Let n be the first integer, n+1 be the second, and n+2 be the third integer. The sum of these three is n+n+1+n+2 = 3n + 3. This sum must equal 6. So, we have\r \n" ); document.write( "\n" ); document.write( "n+n+1+n+2 = 6 \n" ); document.write( "3n + 3 = 6 \n" ); document.write( "3n = 3 \n" ); document.write( "n = 1\r \n" ); document.write( "\n" ); document.write( "We have our three consecutive integers in order as 1, 2, 3. \n" ); document.write( " |