Module 4 Flashcards
What are exhaustive events in probability?
Exhaustive events include all possible outcomes of an experiment.
They cover the entire sample space.
What are mutually exclusive events in probability?
Mutually exclusive events do not share any common outcomes.
The occurrence of one event precludes the occurrence of the other.
Are the following events mutually exclusive?
Grades of A, B, C
Yes, because a student cannot receive both an A and a B simultaneously.
However, they are not exhaustive, as other grades (D, F) are possible.
What is the union (A ∪ B) of two events?
The union of two events includes all outcomes in either A or B, without double-counting.
Example: A ∪ B = {gold, silver, bronze, no medal}.
What is the intersection (A ∩ B) of two events?
The intersection of two events includes only the common outcomes in both events.
Example: A ∩ B = {silver, bronze}.
What is the complement (Bc) of an event?
The complement of an event includes all outcomes not in the event.
Example: Bc = {gold}, if B = {silver, bronze, no medal}.
How do you calculate P(A) for a snowboarder’s medal probabilities?
P(A) = P({gold}) + P({silver}) + P({bronze}) = 0.10 + 0.15 + 0.20 = 0.45.
What is empirical probability?
Empirical probability is based on observing data or the relative frequency of an event occurring.
It’s calculated by repeating an experiment many times.
How would you calculate the probability that an individual is between 50 and 60 years old, based on a frequency distribution?
Use the relative frequency formula:
P(50 ≤ age < 60) = (Number of individuals aged 50–60) / (Total number of observations).
Given sample space S = {gold, silver, bronze, no medal}, how do you calculate P(B ∪ C)?
P(B ∪ C) = P({silver}) + P({bronze}) + P({no medal}) = 0.15 + 0.20 + 0.55 = 0.90.
What is the rule of addition for calculating the probability of at least one event happening?
The probability of event A or event B happening is:
P(A ∪ B) = P(A) + P(B) - P(A ∩ B)
P(A ∪ B) = 0.75 + 0.55 - 0.40 = 0.90.
How do you calculate the probability that no event occurs?
The probability that neither A nor B happens is the complement:
P(not A ∩ not B) = 1 - P(A ∪ B).
1 - 0.90 = 0.10.
What is conditional probability?
The probability of event A occurring given that event B has already occurred is:
P(A | B) = P(A ∩ B) / P(B).
How do you determine if two events are independent?
Two events A and B are independent if:
P(A ∩ B) = P(A) * P(B).
Example: If the probability of your desktop crashing is 0.02, and the probability of your laptop crashing is 0.06, and the probability of both crashing is 0.0012, check if they are independent:
P(A) * P(B) = 0.02 * 0.06 = 0.0012 → They are independent.
How do you calculate the probability of both events A and B occurring?
The probability of both events occurring is:
P(A ∩ B) = P(A) * P(B) for independent events.
If they are not independent, use the rule of addition:
P(A ∩ B) = P(A) + P(B) - P(A ∪ B).