
Learn core concepts, essential formulas, and attempt practice questions designed on the latest TCS NQT testing patterns.
In a class, 20 like Tea, 15 like Coffee, 5 like both. How many like at least one?
Correct Answer: A) 30
Step-by-step Solution: Total = Tea + Coffee - Both = 20 + 15 - 5 = 30.
How many like Tea only?
Correct Answer: A) 15
Step-by-step Solution: Tea only = Total Tea - both = 20 - 5 = 15.
Subtract intersections from group totals to find 'only' counts.