Problema Solution
Let n
be the middle number of three consecutive even integers. Write an expression for the sum of these integers.
Answer provided by our tutors
if the middle number is n then the first number is n-1 and the third number is n+1
the sum of these integers is: n - 1 + n + n + 1 = 3n