
Learn core concepts, essential formulas, and attempt practice questions designed on the latest TCS NQT testing patterns.
Find the roots of the equation x^2 - 5x + 6 = 0.
Correct Answer: A) 2, 3
Step-by-step Solution: Factorizing x^2 - 5x + 6 = 0 => (x-2)(x-3) = 0 => x = 2 or x = 3.
What is the product of the roots of 3x^2 - 9x + 5 = 0?
Correct Answer: A) 5/3
Step-by-step Solution: Product of roots = c/a. In this equation, c = 5 and a = 3. Thus, the product is 5/3.
Solve quadratics using root sum (-b/a) and product (c/a) checks before resorting to the discriminant formula.