InterviewSolution
Saved Bookmarks
| 1. |
Which of the following sets of numbers does not belong to the group?1. 57, 23, 342. 25, 63, 283. 21, 27, 484. 15, 33,18 |
|
Answer» Correct Answer - Option 2 : 25, 63, 28 The logic follows here is; Sum of smaller numbers = Larger Number 1) In 57, 23, 34 23 + 34 = 57 2) In 25, 63, 28 25 + 28 = 53 ≠ 63 3) In 21, 27, 48 21 + 27 = 48 4) In 15, 33,18 15 + 18 = 33 Hence, "25, 63, 28" is the correct answer. |
|