InterviewSolution
Saved Bookmarks
| 1. |
Out of 4 alternatives, 3 forms a group. Find the odd one out.1. 321562. 349013. 333384. 33227 |
|
Answer» Correct Answer - Option 3 : 33338 Logic: The sum of all the digit present in each option is 17 except the option (3). The pattern followed here is : 1) 32156 → 3 + 2 + 1 + 5 + 6 = 17 2) 34901 → 3 + 4 + 9 + 0 + 1 = 17 3) 33338 → 3 + 3 + 3 + 3 + 8 = 20 4) 33227 → 3 + 3 + 2 + 2 + 7 = 17 Hence, '33338' is odd among all. |
|