Mugdho
Skywalker18
Students that passed physics ,Set P=80
Students that passed chemistry , Set C = 70
Students that passed maths , Set M = 40
Students that failed all the 3 subjects = 10
Total = P + C + M - (PnC + CnM + PnM) + (PnCnM) + Neither
=>100 = 190 - (PnC + CnM + PnM) + (PnCnM) + 10
=> (PnCnM) = (PnC + CnM + PnM) - 100
For (PnCnM) to be minimum , (PnC + CnM + PnM) should be minimum .
So we need to the minimum overlap between the three sets.
For P and C ,
P=80
C=70
Then the total number of students that passed physcis and chemistry = 80+70 = 150
But there are only 90 students.
Therefore a minimum of 60 students passed physics and chemistry .
Similary for C and M ,
C+M=70+40=110
Therefore a minimum of 20 students passed Chemistry and Maths
And for P and M,
P+M=120
Therefore a minimum of 30 students passed Physics and Maths.
Mimimum value of (PnC + CnM + PnM) = 60+20+30=110
Minimum value of (PnCnM) = 110-100 =10
Answer C
KarishmaBis this solution correct? it’s saying "For (PnCnM) to be minimum , (PnC + CnM + PnM) should be minimum" which is opposite of urs.
Posted from my mobile deviceBoth are correct and both are different formats.
I like to think in terms of people and instances (say every pass is a card with "pass" written on it), I have to distribute 190 of these cards among 90 students. So I give away 90 cards so each student has a pass. Of the other 100, if I want to minimise the overlap of all 3, I give in such a way that maximum students get 2 cards so I give another 1 card to all 90 student. But I still have 10 leftover so an overlap of 10 for all 3 is essential.
In the solution above:
(PnCnM) = (PnC + CnM + PnM) - 100
Note that
(PnC + CnM + PnM) = (Only P&C + All 3) + (Only C&M + All 3) + (Only P&M + All 3)
(PnC + CnM + PnM) = (Only 2) + 3 * (All 3)
So
All 3 = (PnC + CnM + PnM) - 100
becomes
(All 3) = (Only 2) + 3 * (All 3) - 100
100 = (Only 2) + 2 * (All 3)
Now if I want to minimise (All 3), I must maximise (Only 2) and that is what I do using the instances logic.