Suppose I have four events and I'll call them $\ A,B,C,D $ .
This is the information I'm given:
$$\ D \subseteq C \subseteq B \ \ ,P(A) = 0.59 , \ P(A \cap B \cap C \cap D) = 0.10 \\ P(A | D) = 0.50, \ P(A \cup B \cup C \cup D) =0.8\\ P(A \cap B^c \cap C^c \cap D^c) = 0.2 \, \ \ P(A^c \cap B \cap C^c \cap D^c) = 0.1$$
$\ 1/3 $ of those that are part of three events ( $\ A, B,C,D $ ) do not belong to $\ D $ .
I need to find $\ P(A), P(B), P(C), P(D) $ . so far I got that because $\ D \subseteq C \subseteq B $ then $\ P(A \cap B \cap C \cap D) = P(A \cap D) = 0.10 \\ P(A | D) = \frac{P(A\cap D)}{P(D)} = 0.10 \Rightarrow P(D) = 0.2$
But couldn't find a way to find $\ P(B), P(C) $