InterviewSolution
Saved Bookmarks
| 1. |
In A Series Of Six Consecutive Even Numbers, The Sum Of The Second And Sixth Numbers Is 24. What Is The Fourth Number ? |
|
Answer» Let the NUMBERS be x, x + 2, x + 4, x + 6, x + 8 and x + 10. Given (x + 2) + (x + 10) = 24 => 2X + 12 = 24 => x = 6 The fourth number = x + 6 = 6 + 6 = 12. Let the numbers be x, x + 2, x + 4, x + 6, x + 8 and x + 10. Given (x + 2) + (x + 10) = 24 => 2x + 12 = 24 => x = 6 The fourth number = x + 6 = 6 + 6 = 12. |
|