Question 504106
Five consecutive even numbers can be defined as: 
n
n+2  (it's +2 to skip the odd number that = n+1)
n+4
n+6
n+8
.
sum: 5n + 20
.
simplify:  5(n+4)
.
Done.