Q1.Marks: +2.0UGC NET Paper 2: Computer Science and Application 26th June 2025 Shift 1
In a group of 120 people: 65 eat Rice, 45 eat bread, 42 eat curd, 20 eat both Rice and bread, 25 eat both Rice and curd, 15 eat both bread and curd, and 8 eat all three items. Which of the following is the number of people who eat at least one of the three items:
1.56
2.100✓ Correct
3.92
4.65
Solution
The correct answer is option 2: 100
Key Points
Given:
Total T = 120
People eat Rice R = 65
People eat Bread B = 45
People eat Curd C = 42
People eat both Rice and Bread, R ∩ B = 20
People eat both Rice and Curd, R ∩ C = 25
People eat both Bread and Curd, B ∩ C = 15
People eat all three items, R ∩ B ∩ C = 8
n(R ∪ B ∪ C) = n(R) + n(B) + n(C) - n(R ∩ B) - n(R ∩ C) - n(B ∩ C) + n(R ∩ B ∩ C)
n(R ∪ B ∪ C) = 65 + 45 + 42 - 20 - 25 - 15 + 8
n(R ∪ B ∪ C) = 152 - 60 + 8 = 100
Number of people who eat at least one of the three items = 100