38.6k views
18 votes
Find sum of three consecutive even integers if the largest integer is Y

1 Answer

3 votes

Answer:

3y -- 6

Explanation:

if the largest number is y, then the other two integers would be (y -- 2) and (y -- 4).

Therefore the sum of the integers would be

y + (y -- 2) + (y -- 4) = 3y -- 6.

User Onurelibol
by
3.0k points