I'm stuck on finding values related to C.
Assume $$ \begin{aligned} P(A) &= 0.3\\ P(B|A) &= 0.75\\ P(B|A′) &= 0.20 \end{aligned} $$ and $$ \begin{aligned} P(C|A \cap B) &= 0.20 \\ P(C|A′ \cap B) &=0.15 \\ P(C|A \cap B′ ) &= 0.80 \\ P(C|A′ \cap B′) &= 0.90 \end{aligned} $$ The relevant parts of the question are
(a) Find $P(A \cap B \cap C)$ and
(b) Find $P(B' \cap C)$
Hint: Draw a Venn diagram.
Recall that $P(A \cap B) = P(A) \cdot P(B|A)$ and fill in the Venn diagram with the probabilities given in the problem.
This is from a homework assigment for a community college course titled, Introduction to Probability and Statistics, suitable for engineers.
The professor is using the ', the apostrophe symbol, for negation or set complement.
I have worked out (a) and most of (b).
For (a) I got $P(A \cap B \cap C)=0.045$
I also got $P(A\cap B) =0.225$, $P(A\cap C) =0.105$,$P(B\cap C) =0.066$
I have numbers for each possible area of the Venn diagram, except for I can't find $$P(C), P( (A \cup B \cup C)') \text{ or } P(C - (A \cup B))$$
I've got multiple equations written using two versions of Bayes theorem and the definition of conditional probability for various A, B, & C. Of course to solve for two variables, I need two independent equations. Likewise, three variables needs three independent equations, etc. However, my equations all seem dependent on each other. Trying to solve a system of dependent equations leads in circles or to infinitely many solutions.
Some context and motivation- I have a B.S. in Math. This question is actually from a student I'm tutoring. I promised him an answer, so am hoping for some help. The student is not aware of the Wronskian or tests for independence of equations, so a simpler method would be better for him if possible.