InterviewSolution
Saved Bookmarks
| 1. |
Look at this series: 21, 9, 21, 11, 21, 13, 21, ... What number should come next? |
|
Answer» 15 In this alternating repetition series, the random NUMBER 21 is INTERPOLATED EVERY other number into an otherwise simple ADDITION series that INCREASES by 2, beginning with the number 9. |
|