InterviewSolution
Saved Bookmarks
| 1. |
Which one of the following pairs is different or heterogeneous from the remaining three pairs?1. 3, 112. 5, 133. 8, 164. 14, 24 |
|
Answer» Correct Answer - Option 4 : 14, 24 The logic is: 1) 3, 11 → 3 + 8 = 11 2) 5, 13 → 5 + 8 = 13 3) 8, 16 → 8 + 8 = 16 4) 14, 24 → 14 + 8 = 22 ≠ 24 Hence, '14, 24' is the odd one out. If three numbers show a divisibility pattern and one number is not then we will choose that option which is different from the three. |
|