document.write( "Question 13350: Find all the sets of three consecutive even integers whose sum is between 25 and 45. \n" ); document.write( "
Algebra.Com's Answer #6711 by bam878s(77)\"\" \"About 
You can put this solution on YOUR website!
we want 25\n" ); document.write( "Now sum = x + (x+2) + (x+4)
\n" ); document.write( " = x+x+2+x+4
\n" ); document.write( " = 3x + 6
\n" ); document.write( "we have:
\n" ); document.write( "25<3x+6<45 subtract 6 from all sides
\n" ); document.write( "25-6<3x<45-6
\n" ); document.write( "19<3x<39 divide 3 from all sides
\n" ); document.write( "6.333333\n" ); document.write( "so,
\n" ); document.write( "7<=x<13 would be the set of all integers but since we are dealing with evens 8<=x<=12
\n" ); document.write( "
\n" );