InterviewSolution
Saved Bookmarks
| 1. |
Choose the number which is different from the others based on the digits used in the number.1. 45362. 63543. 34564. 6352 |
|
Answer» Correct Answer - Option 4 : 6352 The logic is: 1) 4536 → 4 + 5 + 3 + 6 = 18 2) 6354 → 6 + 3 + 5 + 4 = 18 3) 3456 → 3 + 4 + 5 + 6 = 18 4) 6352 → 6 + 3 + 5 + 2 = 16 Hence, '6352' is the odd one out. |
|