document.write( "Question 1053120: Find the average of five consecutive even integers if the sum of the 2nd, 3rd, 4th & 5th integer is equal to 5 times the first \n" ); document.write( "
Algebra.Com's Answer #668430 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
Let the integers be \"N-4\",\"N-2\",\"N\",\"N%2B2\",\"N%2B4\".
\n" ); document.write( "\"5%28N-4%29=N-2%2BN%2BN%2B2%2BN%2B4\"
\n" ); document.write( "\"5N-20=4N%2B4\"
\n" ); document.write( "\"N=24\"
\n" ); document.write( "So the integers are 20, 22, 24, 26, and 28.\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );