Probability Latex
Probability Latex
I. Core Concepts
Intersection (A ∩ B): The probability that both events A and B occur. It
is fundamental to conditional probability, and its calculation depends on the
relationship between A and B.
P (A ∩ B)
P (A|B) =
P (B)
• Intersection: P (A ∩ B) = 0
1
• Union: P (A ∪ B) = P (A) + P (B)
Pn
• Multiple Events (Union): P (A1 ∪ A2 ∪ · · · ∪ An ) = i=1 P (Ai )
• Conditional Probability: If P (B) > 0, then P (A|B) = 0. (If B occurs,
A cannot.)
C. Dependent Events
Definition: The occurrence of one event affects the probability of the other.
P (A ∪ B) = P (A) + P (B) − P (A ∩ B)
It applies to both dependent and independent events, correcting for double-
counting the intersection.
• P (A) = 3
6 = 1
2
• P (B) = 3
6 = 1
2
• P (A ∩ B) = 2
6 = 1
3 (Rolling a 4 or a 6)
1 1 1
P (A ∪ B) = 2 + 2 − 3 = 23 . This is the probability of rolling a 2, 4, 5, or 6.
• P (A) = 13
52 = 1
4
• P (B|A) = 12
51
2
• P (A ∩ B) = P (A)P (B|A) = 1
4 × 12
51 = 1
17
1 1 1 15
P (A ∪ B) = 4 + 4 − 17 = 34 . This is the probability that at least one card
is a heart.