Basic Probability
Event, Sample Space, and Probability
In probability theory, an experiment is any procedure that can be infinitely repeated and has a well-defined set of possible outcomes, known as the sample space, . We define an event to be a set of outcomes of an experiment (also known as a subset of ) to which a probability (numerical value) is assigned.
The probability of the occurrence of an event, , is:
Here are the first two fundamental rules of probability:
Any probability, , is a number between and (i.e., ).
The probability of the sample space, , is (i.e., ).
So how do we bridge the gap between the value of and the sample space? Quite simply, since we know that is the probability that event will occur, then we define (also written as ) to be the probability that event will not occur (the complement of ). If our sample space is composed of the probabilities of 's occurrence and non-occurrence, we can then say , or the sum of all possible outcomes of in the sample space is equal to . This is the third fundamental rule of probability: .
Question 1 Find the probability of getting an odd number when rolling a -sided fair die.
Given the above question, we can extract the following:
Experiment: rolling a -sided die.
Sample space (): .
Event (): that the number rolled is odd (i.e., ).
If we refer back to the basic formula for the probability of the occurrence of an event, we can say:
Compound Events, Mutually Exclusive Events, and Collectively Exhaustive Events
Let's consider events: and . A compound event is a combination of or more simple events. If and are simple events, then denotes the occurrence of either or . Similarly, denotes the occurrence of and together.
and are said to be mutually exclusive or disjoint if they have no events in common (i.e., and ). The probability of any of or more events occurring is the union () of events. Because disjoint probabilities have no common events, the probability of the union of disjoint events is the sum of the events' individual probabilities. and are said to be collectively exhaustive if their union covers all events in the sample space (i.e., and ). This brings us to our next fundamental rule of probability: if events, and , are disjoint, then the probability of either event is the sum of the probabilities of the events (i.e., ).
If the outcome of the first event () has no impact on the second event (), then they are considered to be independent (e.g., tossing a fair coin). This brings us to the next fundamental rule of probability: the multiplication rule. It states that if two events, and , are independent, then the probability of both events is the product of the probabilities for each event (i.e., ). The chance of all events occurring in a sequence of events is called the intersection () of those events.
Question 2 Find the probability of getting head and tail when fair coins are tossed.
Given the above question, we can extract the following:
Experiment: tossing coins.
Sample space (): The possible outcomes for the toss of coin are , where and . As our experiment tosses coins, we have to consider all possible toss outcomes by finding the Cartesian Product of the possible outcomes for each coin: .
Event (): that the outcome of toss will be , and the outcome of the other toss will be (i.e., .
Connecting this information back to our basic formula for , we can say:
Question 3 Let and be two events such that and . If the probability of the occurrence of either or is , find the probability of the occurrence of both and together (i.e., ).
We can use our fundamental rules of probability to solve this problem:
Task
There are urns labeled , , and .
Urn contains red balls and black balls.
Urn contains red balls and black balls.
Urn contains red balls and black balls.
One ball is drawn from each of the urns. What is the probability that, of the balls drawn, are red and is black?
Solution
Urn X has a 4/7 probability of giving a red ball Urn Y has a 5/9 probability of giving a red ball Urn Z has a 1/2 probability of giving a red ball
Urn X has a 3/7 probability of giving a black ball Urn Y has a 4/9 probability of giving a black ball Urn Z has a 1/2 probability of giving a black ball
P(2 red, 1 black) = P(Red Red Black) + P(Red Black Red) + P(Black Red Red) = (4/7)(5/9)(1/2) + (4/7)(4/9)(1/2) + (3/7)(5/9)(1/2) = 20/126 + 16/126 + 15/126 = 51/126 = 17/42
Last updated