Fill the Series: 1,2,6,24,?
-
111
-
151
-
120
-
125
Reveal answer
Fill a bubble to check yourself
C
Correct answer
Explanation
The pattern is factorial: 1×1=1, 1×2=2, 2×3=6, 6×4=24, 24×5=120. Each term is obtained by multiplying the previous term by an incrementing integer.
AI explanation
The series is factorials: 1!=1, 2!=2, 3!=6, 4!=24, so the next term is 5!=120. Each term is the previous term multiplied by the next integer (×1, ×2, ×3, ×4, ×5), which is a classic factorial progression.