Number Series Questions

Multiple choice
  1. $(930, 630)$
  2. $(630, 930)$
  3. $(870, 580)$
  4. $(580, 870)$
Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Series 1: 2, 4, 6... (30 terms). Sum = (30/2)(2*2 + 29*2) = 15(4+58) = 15*62 = 930. Series 2: 3, 6, 9... (20 terms). Sum = (20/2)(2*3 + 19*3) = 10(6+57) = 10*63 = 630.

Multiple choice
  1. $\displaystyle 5a+b$
  2. $\displaystyle 9a+b$
  3. $\displaystyle 9a+2b$
  4. $\displaystyle 7a+b$
Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Sn = an^2 + bn. t(n) = Sn - S(n-1). t(5) = S(5) - S(4). S(5) = a(25) + 5b. S(4) = a(16) + 4b. t(5) = (25a + 5b) - (16a + 4b) = 9a + b.