document.write( "Question 885701: Find three consecutive integers such that the sum of the smallest integer and the largest integer is equal to twice the middle integer. \n" ); document.write( "
Algebra.Com's Answer #535376 by KMST(5328)![]() ![]() You can put this solution on YOUR website! Take any set of 3 consecutive integers. All such sets are solutions. \n" ); document.write( "Example 1: \n" ); document.write( "-1, 0, and 1 are three consecutive integers. \n" ); document.write( "The smallest is -1; the largest is 1, and their sum is -1+1=0. \n" ); document.write( "The middle integer is 0, and twice 0 is 0, which is the same as the sum above. \n" ); document.write( "Example 2: \n" ); document.write( "4, 5, and 6 are three consecutive integers. \n" ); document.write( "The smallest is 4; the largest is 6, and their sum is 4+6=10. \n" ); document.write( "The middle integer is 5, and twice 5 is 10, which is the same as the sum above. \n" ); document.write( " |