InterviewSolution
Saved Bookmarks
| 1. |
Look at this series: 8, 22, 8, 28, 8, ... What number should come next? |
|
Answer» 34 This is a SIMPLE addition series with a random number, 8, interpolated as EVERY other number. In the series, 6 is added to each number except 8, to arrive at the NEXT number. |
|