Probability Latex Summary
Probability Latex Summary
I. Core Concepts
article
Probability of Events: A Summary
This document summarizes key concepts related to probability, including in-
tersections, conditional probability, independent events, and mutually exclusive
events.
I. Core Concepts
Intersection of Events (A ∩ B): Represents the probability that both events
A and B occur simultaneously. The intersection is crucial for calculating con-
ditional probabilities and uses different formulas depending on the relationship
between A and B.
• Definition: The occurrence of one event does not affect the probability
of the other occurring.
• Intersection: P(A ∩ B) = P(A) * P(B)
• Conditional Probability: P(A—B) = P(A) and P(B—A) = P(B)
• Complementary Events: P(A’ ∩ B’) = P(A’) * P(B’)
• Multiple Events: P(A ∩ B ∩ C) = P(A) * P(B) * P(C)
1
Mutually Exclusive (Disjoint) Events:
• Definition: Two events cannot occur at the same time. If one happens,
the other cannot.
• Intersection: P(A ∩ B) = 0
• Union: P(A ∪ B) = P(A) + P(B)