InterviewSolution
Saved Bookmarks
| 1. |
The sum of three consecutive even numbers is 276. Find the numbers |
|
Answer» Let the three consecutive even numbers be x , x+2 and x+4 now sum is = x+x+2+x+4 = 276=> 3x+6 = 276=> 3x = 270=> x = 270/3 = 90 so, the numbers are = 90,92,94 |
|