Question : In a school, the students are fans of one or more of the four actors- A,B,C and D.The four actors given in the above order are liked by $230,180,180$ and $220$ students respectively.The no. of students who like exactly $2$ actors for any two actors is $20$ (for each two).There are $30$ students who like all the four actors but there is nobody who likes exactly three out of four actors.
-How many students are there in school?
Answer :
$N(A \cup B \cup C \cup D) = N(A) + N(B) + N(C) + N(D) - N(A \cap B) - N(A \cap C) - N(A \cap D) - N(B \cap C) - N(B \cap D) - N(C \cap D) + N(A \cap B \cap C) + N(A \cap B \cap D) + N(A \cap C \cap D) + N(B \cap C \cap D) - N(A \cap B \cap C \cap D)=$
$180+180+220+230+120-30=660.$
But answer is supposed to be $600$.