Exercises from Grinstead and Snell #
theorem
exercise_1_2_7
{Ω : Type u_1}
[MeasurableSpace Ω]
(μ : MeasureTheory.Measure Ω)
[i : MeasureTheory.IsProbabilityMeasure μ]
(A B : Set Ω)
(hA : MeasurableSet A)
(h₀ : μ (A ∩ B) = 1 / 4)
(h₁ : μ Aᶜ = 1 / 3)
(h₂ : μ B = 1 / 2)
:
Exercise 1.2.7: Let A and B be events such that P(A ∩ B) = 1/4, P(A˜) = 1/3, and P(B) = 1/2. What is P(A ∪ B)?