document.write( "Question 253333: find all sets of four consecutive integers whose sum is between 22 and 30 \n" ); document.write( "
Algebra.Com's Answer #185629 by hokies(65)![]() ![]() You can put this solution on YOUR website! Let x be the first integer in the set of 4 integers \n" ); document.write( "22 < x+(x+1)+(x+2)+(x+3) < 30 \n" ); document.write( "22 < 4x + 6 < 30 \n" ); document.write( "16 < 4x < 24 \n" ); document.write( "4 < x < 6 \n" ); document.write( "*assume the question includes sums equal to 22 or 30* \n" ); document.write( "So the first integer is 4, 5, or 6 \n" ); document.write( "4,5,6,7 OR 5,6,7,8 OR 6,7,8,9 \n" ); document.write( " |