InterviewSolution
Saved Bookmarks
| 1. |
The odd thing out of 338, 158, 639, 543, 449 is1. 4492. 6393. 5434. 158 |
|
Answer» Correct Answer - Option 1 : 449 The logic follows here is: Pattern: Adding the total sum of the digits of the given numbers. 338 → 3 + 3 + 8 = 14 → Even number 158 → 1 + 5 + 8 = 14 → Even number 639 → 6 + 3 + 9 = 18 → Even number 543 → 5 + 4 + 3 = 12 → Even number 449 → 4 + 4 + 9 = 17 → Odd number All the numbers given in options is Even Number except 449. Hence, "449" is the correct answer. |
|