document.write( "Question 466282: if the smallest of six consecutive even numbers in m+1, what is the average of the six numbers \n" ); document.write( "
Algebra.Com's Answer #704820 by greenestamps(13203)\"\" \"About 
You can put this solution on YOUR website!

If the smallest of the 6 consecutive even numbers is m+1, then we need to add 2 5 times to get to the last of them:
\n" ); document.write( "\"%28m%2B1%29%2B5%2A2=m%2B11\"
\n" ); document.write( "Then the average of any set of numbers in which the difference between successive numbers is constant (the numbers form an arithmetic progression, or arithmetic sequence) is just the average of the first and last numbers:
\n" ); document.write( "\"%28%28m%2B1%29%2B%28m%2B11%29%29%2F2+=+m%2B6\"
\n" ); document.write( "
\n" );