InterviewSolution
Saved Bookmarks
| 1. |
Select the number pair that is different from the remaining three.1. 11 : 1202. 13 : 1683. 15 : 2564. 18 : 323 |
|
Answer» Correct Answer - Option 3 : 15 : 256 The logic is: 1) 11 : 120 → 11 : 112 - 1 2) 13 : 168 → 13 : 132 - 1 3) 15 : 256 → 15 : 152 + 1 4) 18 : 323 → 18 : 182 - 1 Hence, ‘15 : 256’ is the correct answer. |
|