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. 6782. 2343. 3454. 589 |
|
Answer» Correct Answer - Option 4 : 589 The logic is: 1. 678 → 678 is divisible by 3 2. 234 → 234 is divisible by 3 3. 345 → 345 is divisible by 3 4. 589 → 589 is not divisible by 3 Hence, ‘589’ is the odd one out. |
|