
Learn core concepts, essential formulas, and attempt practice questions designed on the latest TCS NQT testing patterns.
Find the 10th term of the AP: 3, 7, 11, 15...
Correct Answer: A) 39
Step-by-step Solution: Here a = 3, d = 4. T_10 = a + 9d = 3 + 9(4) = 3 + 36 = 39.
Find the sum of the infinite GP: 1, 1/2, 1/4, 1/8...
Correct Answer: A) 2
Step-by-step Solution: Here a = 1, r = 1/2. S_inf = a / (1 - r) = 1 / (1 - 0.5) = 2.
Infinite GP sums are heavily tested in quantitative papers. Master the S_inf = a / (1-r) formula.