InterviewSolution
Saved Bookmarks
| 1. |
Find the odd pair of numbers.1. 625 :: 3252. 100 :: 1403. 256 :: 1364. 36 :: 21 |
|
Answer» Correct Answer - Option 2 : 100 :: 140 The logic followed is: In all the numbers except option (2), the first number is greater than the second. Option 1: 625 :: 325 First number > second number. Option 2: 100 :: 140 First number < second number. Option 3: 256 :: 136 First number > second number. Option 4: 36 :: 21 First number > second number. Hence, the correct answer is "100 :: 140". |
|