120k views
0 votes
Find largest three consecutive even integers with a sum is at most 126

User Con
by
6.4k points

1 Answer

6 votes

x + x + 2 + x + 4 <= 126 (where x is the first of the numbers)

3x <= 120

x <= 40

So the numbers are 40 , 42 and 44.

User MrCeeJ
by
7.4k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.