Question: Find the next number in the series: 2, 6, 12, 20, ... (2022)
Options:
Correct Answer: 32
Exam Year: 2022
Solution:
The pattern is n(n+1) where n = 1, 2, 3, 4. Next is 5(5+1) = 30.