document.write( "Question 547715: Which of the following can be the average (arithmetic mean) of four consecutive positive even integers?
\n" );
document.write( "A) 2
\n" );
document.write( "B) 3
\n" );
document.write( "C) 4
\n" );
document.write( "D) 5
\n" );
document.write( "E) 6 \n" );
document.write( "
Algebra.Com's Answer #356510 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! Let n = the first integer \n" ); document.write( "Then the 4 consecutive positive integers are: n, n+2, n+4, n+6 \n" ); document.write( "Average = a = (n + n+2 + n+4 + n+6)/4 \n" ); document.write( "Collect terms: \n" ); document.write( "4a = 4n + 12 \n" ); document.write( "a = n + 3 -> a - n = 3 \n" ); document.write( "Since n is even, the average, a, must be odd \n" ); document.write( "The two possible choices are B) and D) \n" ); document.write( "If a = 3, that means n = 0. But since 0 is not a positive integer, the answer is D). \n" ); document.write( " |