InterviewSolution
Saved Bookmarks
| 1. |
1). 1162). 1263). 1324). 112 |
|
Answer» Solution : Given series : 11 , 14 , 22 , 40 , 73 , ? The above series follow the pattern, 3 => 3 + 11 = 14 (3 + 5) = 8 => 8 + 14 = 22 (8 + 10) = 18 => 18 + 22 = 40 (18 + 15) = 33 => 33 + 40 = 73 (33 + 20) = 53 => 53 + 73 = 126 So, the correct OPTION is 2). 126 |
|