Problema Solution

find the formula for the sum (s)of any 3 consecutive even numbers

Answer provided by our tutors

let 'n' represent the smallest integer, then 'n+2' and 'n+4' represent the second and third


their sum is:

n+n+2+n+4 = 3n+6 = 3(n+2)


the formula "3(n+2)" will solve for the sum of any 3 consecutive even numbers when 'n' itself is an even number