Plenty of layers to this problem. I will solve it using my approach for this:
Drawing the venn diagram is a first.
Second thing is realising that there are number of people who have potentially not watched any channel and considering that we are asked the question of the minimum number who watched atleast one.
Basic equations:
290 - Twice - 2[Thrice] = Atleast 1.
Thus to minimize Atleast 1, we need to maximum the expression Twice+2[Thrice]
Now Lets keep it as x+2y for simplicity.
Now consider the expressions:
b+a=50,
c+a=65,
d+a=60.
These are the equations for atleast 2 items at a time.
Now Twice+2[Thrice] = b+c+d-2a
Lets add up all the atleast 2 items equations:
b+c+d+3a = 175.
b+c+d+2a = 175-a
This is the most important part, we have managed to get to our maximizing equation using those 2 items at a time equations added up.
Now it becomes clear that 175-a is our key equation. Here a needs to be MINIMIZED.
Why? Because we need to maximise the entire expression 175-a, so "a" need to be minimized.
What is "a"? It is 3 items.
Again one can solve using options, but I am doing the methodical approach.
Here question is what is a?
Now here we need the venn diagram. It is important to note that take any random value like 1 then atleast one of the summations will exceed.
One needs to realise that making the ABC part of venn diagram 0, is the only way we can get the most minimum value.
We get 35 as value of a here. And solving the remaining variables working back we find that total adds up to
150.135 is not possible here because if 135 then a=20. That is not possible.
You will realise that ABC will exceed 90 on keeping a=20. Basically the values of a range from 35 to 50. 50 because that is the minimum atleast 2 items value.
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 at least one of the given channels?
A. 35
B. 50
C. 135
D. 150
E. 165