Review the key concepts, formulae, and examples before starting your quiz.
🔑Concepts
Random Experiment and Sample Space: A random experiment is an action where the outcome cannot be predicted with certainty, such as tossing a coin. The Sample Space () is the set of all possible outcomes. Visually, is often represented as a large rectangular box (a Venn diagram boundary) containing points that represent every possible outcome.
Events as Subsets: An event () is a subset of the Sample Space (). In a visual Venn diagram, an event is depicted as a closed loop (like a circle or oval) inside the rectangle. If an actual outcome falls within this loop, we say the event has occurred.
Mutually Exclusive Events: Two events and are mutually exclusive if they cannot happen at the same time, meaning . Visually, these are represented as two disjoint circles within the sample space that do not overlap or share any common area.
Exhaustive Events: Events are exhaustive if their union covers the entire sample space, i.e., . Visually, if you combined the areas of all these event shapes, they would perfectly fill the entire rectangle of the sample space.
Impossible and Sure Events: An impossible event is represented by the empty set and has a probability of . A sure event is the entire sample space and has a probability of . On a probability scale (a number line from to ), the impossible event is at the far left and the sure event is at the far right.
Complement of an Event: The complement of an event , denoted as or , consists of all outcomes in that are not in . Visually, if is a circle inside the rectangle , the complement is the entire shaded region inside the rectangle but outside the circle .
Equally Likely Outcomes: Outcomes are equally likely if none is preferred over the other. If a sample space has outcomes, each has a probability of . This can be visualized as a pie chart where every slice is of equal size and angle.
📐Formulae
💡Examples
Problem 1:
Two fair dice are rolled simultaneously. Find the probability that the sum of the numbers appearing on the top faces is 9.
Solution:
- The total number of outcomes when two dice are rolled is . \n2. Let be the event that the sum is 9. The outcomes favorable to are . \n3. Therefore, the number of favorable outcomes is . \n4. The probability is .
Explanation:
This problem uses the classical definition of probability. We first identify the size of the sample space and then list the specific pairs that satisfy the condition (sum = 9) to find the probability.
Problem 2:
A card is drawn from a well-shuffled deck of 52 cards. What is the probability that the card is either a Red card or a King?
Solution:
- Total cards . \n2. Let be the event of drawing a Red card. There are 26 red cards, so . Thus, . \n3. Let be the event of drawing a King. There are 4 kings in a deck, so . Thus, . \n4. is the event of drawing a Red King. There are 2 red kings (Hearts and Diamonds), so . Thus, . \n5. Using the addition rule: .
Explanation:
Since a card can be both Red and a King, these events are not mutually exclusive. We must use the general addition formula and subtract the intersection to avoid double-counting the red kings.