Probability Rules

Grade 10 · statistics · 37 practice problems · read aloud

🔊 Listen to this explanation

Probability Rules: Your Guide to "Chance"

Probability measures how likely an event is to happen, from 0 (impossible) to 1 (certain). We use rules to find the probability of combined events, like drawing cards or rolling dice. This is the foundation for understanding data and making predictions.

🔑 Key Rules

  • Addition Rule (OR): P(A or B) = P(A) + P(B) - P(A and B). Use when either event is good.
  • Multiplication Rule (AND): P(A and B) = P(A) × P(B|A). Use when you need both events to happen. "P(B|A)" is the probability of B given A already happened.
  • Complement Rule (NOT): P(not A) = 1 - P(A). Use to find the probability something does not happen.

🧩 Step-by-Step Guide

  1. Define the events. What are A and B?
  2. Identify the question. Are you finding P(A OR B) or P(A AND B)?
  3. Check if events are mutually exclusive (can't happen together). If yes, P(A and B)=0.
  4. Check if events are independent (one doesn't affect the other). If yes, P(B|A) = P(B).
  5. Apply the correct rule and calculate.

Example 1: The Addition Rule

In a class of 30 students, 18 play soccer, 15 play basketball, and 8 play both. What is P(a randomly chosen student plays soccer OR basketball)?

Step 1: Let S = soccer, B = basketball. P(S) = 18/30, P(B) = 15/30, P(S and B) = 8/30.
Step 2: We want P(S or B). They are NOT mutually exclusive (some play both).
Step 3: Apply Addition Rule: P(S or B) = P(S) + P(B) - P(S and B)
P(S or B) = (18/30) + (15/30) - (8/30) = 25/30 = 5/6.

Example 2: The Multiplication Rule

You have a bag with 5 red and 3 blue marbles. You pick two marbles without replacement. What is P(both are red)?

Step 1: Let R1 = first red, R2 = second red.
Step 2: We want P(R1 and R2). The events are dependent (no replacement).
Step 3: Apply Multiplication Rule: P(R1 and R2) = P(R1) × P(R2|R1)
P(R1) = 5/8. After one red is gone, P(R2|R1) = 4/7.
P(R1 and R2) = (5/8) × (4/7) = 20/56 = 5/14.

🚨 Common Mistakes

  • Adding when you should multiply: "OR" usually means add; "AND" usually means multiply.
  • Forgetting the overlap: Always subtract P(A and B) in the Addition Rule unless told events are mutually exclusive.
  • Ignoring dependence: If you don't replace an item, the probabilities change! Always ask, "Is this with or without replacement?"

💡 Tips & Tricks

  • Venn Diagrams: Draw them! They make overlapping events visual and help avoid addition rule errors.
  • Complement Shortcut: If "at least one" is hard to calculate, find P(none) and subtract from 1.
  • Word Clues: "Or" → Addition Rule. "And" / "Both" → Multiplication Rule.

📚 Practice Suggestions

1. Start with simple dice and coin problems.
2. Move to card problems and drawing items from a bag.
3. Create your own problems using your class roster (e.g., probability of choosing a person who plays an instrument OR a sport).
4. Always write out the rule you are using before plugging in numbers.

Practice problems

6 of the 37, worked through step by step — try them before opening the answer.

1 P(A) = 0.8, P(B) = 0.5, P(A and B) = 0.4. Find P(A|B).

Hint: Conditional probability is calculated by dividing the probability of both events occurring by the probability of the given event.

Show the answer

Answer: 0.8

  1. Recall the formula for conditional probability: P(A|B) = P(A and B) / P(B)
  2. Substitute the given values: P(A|B) = 0.4 / 0.5
  3. Calculate the division: 0.4 ÷ 0.5 = 0.8
  4. The conditional probability P(A|B) is 0.8.

2 P(A) = 0.7, P(B) = 0.5, P(A and B) = 0.35. Find P(A|B).

Hint: Use the conditional probability formula: P(A|B) = P(A and B) / P(B). Consider whether the events might be independent.

Show the answer

Answer: 0.7

  1. Write the conditional probability formula: P(A|B) = P(A and B) / P(B)
  2. Substitute the given values: P(A|B) = 0.35 / 0.5
  3. Calculate the division: 0.35 ÷ 0.5 = 0.7
  4. Verify independence: P(A) × P(B) = 0.7 × 0.5 = 0.35, which equals P(A and B), confirming the events are independent
  5. The answer is 0.7

3 P(A) = 0.6, P(B) = 0.1, P(A and B) = 0.06. Find P(A|B).

Hint: Remember the formula for conditional probability: P(A|B) = P(A and B) / P(B). Use the given probabilities to calculate this.

Show the answer

Answer: 0.6

  1. Write the conditional probability formula: P(A|B) = P(A and B) / P(B).
  2. Substitute the given values: P(A|B) = 0.06 / 0.1.
  3. Perform the division: 0.06 ÷ 0.1 = 0.6.

The answer is 0.6.

4 P(A) = 0.9, P(B) = 0.8, P(A and B) = 0.72. Find P(A|B).

Hint: Use the conditional probability formula. Remember that P(A|B) is the probability of A given that B has occurred.

Show the answer

Answer: 0.9

  1. Recall the conditional probability formula: P(A|B) = P(A and B) / P(B)
  2. Substitute the given values: P(A|B) = 0.72 / 0.8
  3. Perform the division: 0.72 ÷ 0.8 = 0.9
  4. The conditional probability P(A|B) is 0.9.

5 P(A) = 0.5, P(B) = 0.3, P(A and B) = 0.15. Find P(A|B).

Hint: Remember the formula for conditional probability: P(A|B) = P(A and B) / P(B). Use the given probabilities in this formula.

Show the answer

Answer: 0.5

  1. Write the conditional probability formula: P(A|B) = P(A and B) / P(B).
  2. Substitute the given values: P(A|B) = 0.15 / 0.3.
  3. Perform the division: 0.15 ÷ 0.3 = 0.5.

The answer is 0.5.

6 P(A) = 0.72, P(B) = 0.42, P(A and B) = 0.27. Find P(A|B) = ?

Hint: Recall the formula for conditional probability. You need the probability of both events happening divided by the probability of the given event.

Show the answer

Answer: 0.6428571428571429

  1. Write the conditional probability formula: P(A|B) = P(A and B) / P(B)
  2. Substitute the given values: P(A|B) = 0.27 / 0.42
  3. Calculate the division: 0.27 ÷ 0.42 = 0.6428571428571429
  4. The conditional probability P(A|B) is approximately 0.6429
Practise this topic — 10 free problems, no signup →

Also taught in Grade 11