Let (\Omega , F, P) be a probability space and let E1 and E2 be two events with P(E₁) = 0.2, P(E₂) 0.4 and P(E₁/E₂)=0.1.
Find the probability that
(a) Exactly one of the events E1 or E₂ will occur.
(b) At least one of the events E1, or E2 will occur.
(c) None of E1 and E2 will occur
(a)
"=P(E_1)-P(E_1\\cap E_2)+P(E_2)-P(E_1\\cap E_2)"
"=0.2-0.1+0.4-0.1=0.4"
(b)
"=P(E_1\\cup E_2)=P(E_1)+P(E_2)-P(E_1\\cap E_2)"
"=0.2+0.4-0.1=0.5"
(c)
"=1-P(E_1\\cup E_2)=1-0.5=0.5"
Comments
Leave a comment