InterviewSolution
Saved Bookmarks
| 1. |
What should come in place of the question mark '?' in the following number series?58, 67, 95, 160, 286, ?1. 5932. 6033. 6134. 5635. None of these |
|
Answer» Correct Answer - Option 5 : None of these The series follows the following pattern: 58 58 + (23+ 1) = 67 67 + (33+ 1) = 95 95 + (43+ 1) = 160 160 + (53+ 1) = 286 286 + (63+ 1) = 503 ∴ The missingterm in the series is 503. Logic: Cube of number + 1 (Constant) |
|