InterviewSolution
Saved Bookmarks
| 1. |
What should come in place of the question mark '?' in the following number series?2, 5, 11, 20, ?, 47, 651. 322. 223. 424. 245. 36 |
|
Answer» Correct Answer - Option 1 : 32 Calculation∶ The series follows following pattern 2 + (1× 3) = 5 5 + (2× 3) = 11 11 + (3× 3) = 20 20 + (4× 3) = 32 32 + (5× 3) = 47 47 +(6 × 3) = 65 ∴ The value of ? is 32 |
|