InterviewSolution
Saved Bookmarks
| 1. |
Find the missing numbers : 14, 15, 12, 16, 9, 18, 4, 21, ? |
|
Answer» The sequence is a combination of two series. I 14, 12, 9, 4, (.....) and II 15, 16, 18, 21 The pattern followed in I is -2, -3, -5, ..... ∴ missing number = 4 - 7 = - 3 Ans. - 3 |
|