117k views
0 votes
If n is an integer,what is the sum of the next three consecutive even integers greater than 2n?​

1 Answer

0 votes

Answer:

6n + 12

Explanation:

Given an integer n, the 3 consecutive even integers greater than 2n are 2n+2, 2n+4 and 2n+6

Taking their sum;

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

Sum = 2n+2n+2n+2+4+6

Sum = 6n + 12

Hence the sum of the 3 consecutive even integers greater than 2n is 6n+12

User Roy Truelove
by
7.9k points