Number Series Questions

Multiple choice
  1. 12

  2. 13

  3. 14

  4. 15

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

The series follows the pattern: 3 * 1 = 3, 3 * 2 = 6, 6 * 1.5 = 9, 9 * 1.66... (this is not right). Let's look at differences: 0, 3, 3, 6, 9. The pattern is that each term (starting from the third) is the sum of the two preceding terms: 3+3=6, 3+6=9, 6+9=15, 9+15=24.

Multiple choice
  1. 28

  2. 30

  3. 32

  4. 34

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

This is an arithmetic progression with the first term a = 14 and a common difference d = 18 - 14 = 4. The nth term is given by a + (n - 1)d. For the 6th term, it is 14 + (6 - 1) * 4 = 14 + 20 = 34.

Multiple choice
  1. 342

  2. 364

  3. 372

  4. 384

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Sequence: 4, 6, 10, 16. Differences: 2, 4, 6. This is a quadratic sequence. a_n = an^2 + bn + c. a_1 = a+b+c=4, a_2 = 4a+2b+c=6, a_3 = 9a+3b+c=10. Subtracting: 3a+b=2, 5a+b=4. 2a=2, a=1. b=-1. c=4. a_n = n^2 - n + 4. a_20 = 400 - 20 + 4 = 384.