InterviewSolution
Saved Bookmarks
| 1. |
The sum of 3 consicutive even numbers is 72 find the numbers |
|
Answer» Because the next TWO numbers are consecutive even INTEGERS, we can call represent them as x + 2 and x + 4. We are told the SUM of x, x+2, and x+4 is equal to 72. x = 22. This means that the integers are 22, 24, and 26. |
|