Sample Space: The set of all possible outcomes of an experiment.
Compound Event: An event that combines two or more simple events.
Tree Diagram: A visual representation of all possible outcomes.
- Identify all possible outcomes for each simple event
- Combine outcomes systematically
- List all possible combinations
- Count the total number of outcomes
- Verify using the multiplication principle
Coin flip: Heads (H) or Tails (T) = 2 outcomes
Die roll: 1, 2, 3, 4, 5, 6 = 6 outcomes
For each coin outcome, pair with each die outcome:
H1, H2, H3, H4, H5, H6
T1, T2, T3, T4, T5, T6
S = {H1, H2, H3, H4, H5, H6, T1, T2, T3, T4, T5, T6}
Using multiplication principle: 2 × 6 = 12 outcomes
Total Outcomes: 12
The sample space consists of 12 outcomes: {H1, H2, H3, H4, H5, H6, T1, T2, T3, T4, T5, T6}. There are 12 possible outcomes.
• Multiplication Principle: If event A has m outcomes and event B has n outcomes, then A and B combined have m × n outcomes
• Systematic Listing: Organize outcomes to avoid missing any
• Sample Space: Must include all possible outcomes
Tree Diagram: A visual representation showing all possible outcomes of sequential events.
Sequential Events: Events that occur in a specific order.
Start with the first coin flip
Branch 1: Heads (H)
Branch 2: Tails (T)
From each first coin outcome, branch to second coin outcomes:
From H: H→H (HH), H→T (HT)
From T: T→H (TH), T→T (TT)
Sample space: {HH, HT, TH, TT}
Exactly one head: HT and TH
Number of favorable outcomes = 2
Total outcomes = 4
Favorable outcomes = 2
P(Exactly one head) = 2/4 = 1/2
The probability of getting exactly one head when flipping two coins is 1/2 or 50%.
• Tree Diagram: Visualize all possible outcomes systematically
• Probability Formula: P(E) = (favorable outcomes) ÷ (total outcomes)
• Sequential Events: Each stage branches from previous outcomes
Without Replacement: The first marble is not returned to the bag before drawing the second.
Dependent Events: Events where the outcome of one event affects the probability of another.
Initial state: 3 red, 2 blue, total = 5 marbles
P(First marble is red) = 3/5
After drawing first red marble: 2 red, 2 blue, total = 4 marbles
P(Second marble is red | First was red) = 2/4 = 1/2
P(Both red) = P(First red) × P(Second red | First red)
P(Both red) = (3/5) × (1/2) = 3/10
Sample space for drawing 2 marbles from 5: C(5,2) = 10 pairs
Pairs of red marbles: C(3,2) = 3 pairs
P(Both red) = 3/10 ✓
The probability that both marbles drawn are red is 3/10 or 30%.
• Dependent Events: P(A and B) = P(A) × P(B|A)
• Without Replacement: Total outcomes decrease after each draw
• Conditional Probability: Probability of B given A has occurred
Probability Model: A mathematical representation of a random phenomenon
Sample Space: The set of all possible outcomes of an experiment
Event: A subset of the sample space
Independent Events: Events where the outcome of one does not affect the other
Dependent Events: Events where the outcome of one affects the probability of the other
Tree Diagram: A visual tool to represent all possible outcomes of sequential events
Conditional Probability: The probability of an event given that another event has occurred
- Identify Events: Determine all possible outcomes for each component
- Create Sample Space: List all possible combinations systematically
- Determine Dependencies: Identify if events are independent or dependent
- Apply Probability Rules: Use appropriate formulas based on dependencies
- Calculate Probabilities: Compute the desired probability
- Verify Results: Check if the answer makes sense in context
Probability Model: A mathematical description of a random phenomenon.
Same Color: Both spins land on identical colors.
First spin: R, B, G, Y
Second spin: R, B, G, Y
Sample space: {RR, RB, RG, RY, BR, BB, BG, BY, GR, GB, GG, GY, YR, YB, YG, YY}
Same color both times: RR, BB, GG, YY
Number of favorable outcomes = 4
Total possible outcomes = 4 × 4 = 16
P(Same color) = 4/16 = 1/4
P(RR) = (1/4) × (1/4) = 1/16
P(BB) = (1/4) × (1/4) = 1/16
P(GG) = (1/4) × (1/4) = 1/16
P(YY) = (1/4) × (1/4) = 1/16
P(Same color) = 1/16 + 1/16 + 1/16 + 1/16 = 4/16 = 1/4
The probability of getting the same color on both spins is 1/4 or 25%.
• Independent Events: Each spin is independent
• Multiplication Rule: P(A and B) = P(A) × P(B)
• Addition Rule: For mutually exclusive events, add probabilities
Real-World Scenario: Applying probability models to practical situations.
Without Replacement: The first selection affects the probability of the second.
Class: 12 girls, 8 boys, total = 20 students
Selection: 2 students without replacement
P(First student is a girl) = 12/20 = 3/5
After selecting first girl: 11 girls, 8 boys, total = 19 students
P(Second student is a girl | First was a girl) = 11/19
P(Both girls) = P(First girl) × P(Second girl | First girl)
P(Both girls) = (12/20) × (11/19) = 132/380 = 33/95
33/95 ≈ 0.347 = 34.7%
Ways to select 2 girls from 12: C(12,2) = 66
Ways to select 2 students from 20: C(20,2) = 190
P(Both girls) = 66/190 = 33/95 ✓
The probability that both selected students are girls is 33/95 or approximately 34.7%.
• Dependent Events: P(A and B) = P(A) × P(B|A)
• Without Replacement: Total population decreases after each selection
• Real-World Application: Apply probability models to practical scenarios
Probability Model: A mathematical representation of a random phenomenon that specifies all possible outcomes and their associated probabilities
Sample Space: The set of all possible outcomes of an experiment, denoted as S
Event: A subset of the sample space representing a particular outcome or set of outcomes
Independent Events: Events where the occurrence of one does not affect the probability of the other
Dependent Events: Events where the occurrence of one affects the probability of the other
Tree Diagram: A visual representation showing all possible outcomes of sequential events
Conditional Probability: The probability of an event given that another event has occurred, denoted as P(B|A)
- Problem Analysis: Identify the random phenomenon and what needs to be calculated
- Sample Space Creation: Systematically list all possible outcomes
- Event Identification: Determine which outcomes satisfy the condition
- Dependency Check: Determine if events are independent or dependent
- Rule Application: Apply appropriate probability rules
- Calculation: Perform the mathematical computations
- Verification: Check that the answer is reasonable and follows probability rules
• Independent Events: P(A and B) = P(A) × P(B)
• Dependent Events: P(A and B) = P(A) × P(B|A)
• Sample Space: S = {all possible outcomes}
• Multiplication Principle: m × n for two independent events
• Conditional Probability: P(B|A) = P(A and B) ÷ P(A)
Scenario A: Drawing two cards with replacement
Scenario B: Drawing two cards without replacement
Scenario C: Flipping two coins
Analysis: The visualization shows how replacement affects probability calculations.
- Scenario A: Independent events (probabilities remain constant)
- Scenario B: Dependent events (probabilities change after first draw)
- Scenario C: Independent events (coin flips don't affect each other)