document.write( "Question 791862: find all sets of 3 consecutive even integers whose sum is greater than 102 but less than 116 \n" ); document.write( "
Algebra.Com's Answer #806152 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! consecutive even integers: (x-2), x, (x+2) ----> x denotes the middle number\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "102 < (x-2) + x + (x+2) < 116 \n" ); document.write( "102 < 3x < 116 \n" ); document.write( "34 < x < 38.666\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "integer solutions of x: 35, 36, 37, 38\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "corresponding sets of integers: (34, 35, 36), (35, 36, 37), (36, 37, 38), (37, 38, 39) \n" ); document.write( " |