InterviewSolution
Saved Bookmarks
| 1. |
3, 11, 31, 69, 131, 223, ?1). 3512). 3503). 3494). 270 |
|
Answer» If we look at the numbers carefully, they follow the pattern, ⇒ 3 = 13 + 2 ⇒ 11 = 23 + 3 ⇒ 31 = 33 + 4 ⇒ 69 = 43 + 5 ⇒ 131 = 53 + 6 ⇒ 223 = 63 + 7 According to the pattern, the next NUMBER should be, ⇒ 73 + 8 = 351 ∴ ? = 351 |
|