A series is given with one term missing. Select the correct alternative from the given ones that will complete the series.
1, 2, 2, 8, 3, 18, 4, 32, ?The relation among the given numbers is:
1 × 2 = 2
2 % 3 = 2
2 × 4 = 8
8 % 5 = 3
3 × 6 = 18
18 % 7 = 4
4 × 8 = 32
32 % 9 = 5
(where ‘%’ is the modulo or the remainder operator.)
Hence, “5” will complete the series.

