

InterviewSolution
Saved Bookmarks
1. |
What number will be placed in the position shown by the star mark of the sequence of numbers 1, 2, 4, 7, *, 16, 22?1. 82. 113. 124. 15 |
Answer» Correct Answer - Option 2 : 11 Given: The series is: 1, 2, 4, 7, *, 16, 22? Calculation: The series follows the pattern: 1 + 1 = 2 2 + 2 = 4 4 + 3 = 7 7 + 4 = 11 11 + 5 = 16 16 + 6 = 22 |
|