Events $B$ and $C$ are dependent on event $A$. $B$ and $C$ are mutually exclusive and collectively exhaustive. $Prob (A \cap B) = 0.3$ and $Prob( A \cap C) = 0.2$ . What is $Prob(C | A)$.
I know: $$Prob(C|A) = Prob( A \cap C) \div Prob(A)$$
How to calculate $Prob(A)$?