document.write( "Question 871474: Can you help me?
\n" );
document.write( "how many sets of three consecutive positive even integers are there such that three times the sum of the first two integers is less than five times the third integer \n" );
document.write( "
Algebra.Com's Answer #525613 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! let x, x+2, x+4 be our three consecutive positive even integers, then \n" ); document.write( "3(x + x+2) < 5(x+4) \n" ); document.write( "6x+2 < 5x +20 \n" ); document.write( "x < 18 \n" ); document.write( "therefore \n" ); document.write( "2 4 6 \n" ); document.write( "4 6 8 \n" ); document.write( "6 8 10 \n" ); document.write( "8 10 12 \n" ); document.write( "10 12 14 \n" ); document.write( "12 14 16\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |