pushpitkc
gmatbusters
In a hostel there are 250 students, 120 watch Fox News, 80 watch Sky Sports, and 90 watch ABC. 50 students watch both Fox News and Sky Sports, 60 students watch both Sky sports and ABC and 65 students watch both Fox News and ABC. What is the minimum number of students who watch atleast one of the given channels?
A.35
B.50
C.135
D.150
E.165
In order to have the minimum number of students who watch at least one of the
given channels, we must have a maximum number of people watching all 3 channels.
Using Venn diagram, we can solve this problem as follows
Attachment:
Play.png
Here, P(Watching all 3 channels) = 25
But P(Watching ABC) = 40+25+35 > 90. This scenario is not possible!
Attachment:
Play1.png
Here, P(Watching all 3 channels) = 30
P(Watching ABC) = 35+30+30 > 90. Again, this scenario is not possible!
Attachment:
Play2.png
Here, P(Watching all 3 channels) = 35
P(Watching ABC) = 30+35+25 = 90.
P(Watching SkySports) = 15+35+25+5 = 80 P(Only Watching SkySports) = 5
P(Watching Fox) = 15+35+30+40 = 120 P(Only Watching Fox) = 40
Therefore, the minimum number of students who watch at least one of the channels is 40+5+30+35+25+15 =
150(Option D) Bunuel KarishmaB, why cannot we use this approach? Technically - if I want to minimise 'student watches at least one channel' then isn't the best way to do that is to ensure that the centre part where all 3 channels overlap is maximised? That way, we would need the least amount to populate the other 'exactly 1 channel' and 'exactly 2 channel' areas.
Also, say the Q asked, maximise the number of 'students who watch all 3 channels', then shouldn't the answer be 50? Least number of students who watch 2 or more channels is Fox and Sky = 50. If we assume all of them watch ABC too, then all students who watch all 3 becomes 50.
Students who watch exactly Fox and Sky = 50 - 50 = 0.
Students who watch exactly Sky and ABC = 60 - 50 = 10.
Students who watch exactly Fox and ABC = 65 - 50 = 15.
Students who watch only Fox = 120 - 50 - 15 - 0 = 55
Students who watch only Sky = 80 - 50 - 20 - 0 = 10
Students who watch only ABC = 90 - 50 - 15 - 10 = 25
Minimum students who watch at least 1 channel = who watch exactly 1 channel + who watch exactly 2 channels + who watch exactly 3 channels
At least 1 channel = (55 + 10 + 25) + (0 + 10 + 15) + 50 = 90 + 25 + 50 = 165.
I get that it is wrong, but could you point out the error for both: (1) Why can't this way be used to solve this question? (2) What can be the maximum value of 'students watch all 3 channels'? Thank you.