This article explains key probability operations—union, intersection, complement, and the addition rule—clearly and concisely, with examples and formulas. Concepts like mutually exclusive events, conditional probability, and independence will be covered in a later article.
Definition: includes outcomes that are common to both and .
Probability: The probability of the intersection depends on whether the events are independent or dependent:
Question:
Two dice are rolled. What is the probability that the first die shows an even number and the second die shows a 5?
Solution:
Let:
Since rolls are independent (we will study about independent events in next article):
There is a or 8.33% chance both conditions are met.
The union of two or more events represents the occurrence of at least one of the events. For two events and , the union is denoted .
Definition: includes all outcomes in the sample space that belong to , , or both.
Probability: The probability of the union is given by the addition rule:
The term is subtracted to avoid double-counting outcomes that belong to both and .
Question:
In a class of 20 students, 12 are girls, and 5 students wear glasses. If 3 of the girls wear glasses, what is the probability that a randomly selected student is either a girl or wears glasses?
Solution:
Let:
Apply the union formula:
There is a 70% chance the student is either a girl or wears glasses
For Multiple Events: For three events , , and , the formula extends to:
This is the inclusion-exclusion principle.
The complement of an event , denoted or , represents all outcomes in the sample space that are not in .
Definition: If is the sample space, then .
Probability: Since and cover the entire sample space and are mutually exclusive (we will discuss about mutually exclusive events in next article):
Question:
A day is chosen at random. What is the probability that the chosen day is not a weekday?
Solution:
There are 5 weekdays (Mon–Fri), so:
The addition rule is used to compute the probability of the union of events, as introduced above. It adjusts for overlapping outcomes.
General Form: For two events:
Mutually Exclusive Events: If and cannot occur together (), then:
Question:
A bag contains 3 red, 4 green, and 2 blue marbles. One marble is drawn. What is the probability it is either red or green?
Solution:
Red and green are mutually exclusive.
The difference represents outcomes in that are not in .
Probability:
Example question:
In a class of 30 students, 10 play football. Among them, 4 also play cricket. What is the probability that a randomly selected student plays only football?
Solution:
So,
There is a 1 in 5 chance the student plays only football.
Union (): At least one event occurs. Use the addition rule.
Intersection (): All events occur. Use product rule for independent events or conditional probability.
Complement (): Event does not occur. .
Difference (): Outcomes in but not .
These operations form the foundation of probability calculations, enabling analysis of complex events in fields like statistics, machine learning, and decision theory. If you’d like examples with specific datasets or a chart to visualize probabilities (e.g., for union or intersection), let me know, and I can generate one with explicit data provided!
In next article we will practice some questions and after that we we see events in probability (independent, mutually exclusive, dependent, etc)