InterviewSolution
Saved Bookmarks
| 1. |
Select the set in which the numbers are related in the same way as are the numbers of the following set.(2, 6, 32)1. (4, 12, 36)2. (4, 8, 33)3. (9, 13, 43)4. (8, 18, 80) |
|
Answer» Correct Answer - Option 4 : (8, 18, 80) The logic is: (2nd number - 1st number) × 8 = 3rd number (2, 6, 32) → (6 – 2) × 8 = 32 Similarly, (8, 18, 80) → (18 – 8) × 8 = 80 Hence, ‘(8, 18, 80)’ is the correct answer. |
|