InterviewSolution
Saved Bookmarks
| 1. |
Four numbers have been given, out of which three are alike in some manner and one is different. Select the number that is different.1. 63942. 53783. 82764. 7286 |
|
Answer» Correct Answer - Option 1 : 6394 The logic is: 1. 6394 → 6 + 3 + 9 + 4 = 22 2. 5378 → 5 + 3 + 7 + 8 = 23 3. 8276 → 8 + 2 + 7 + 6 = 23 4. 7286 → 7 + 2 + 8 + 6 = 23 Hence, ‘6394’ is the odd one out. |
|