Dependent Events: Probability Without Replacement

Probability 9th-10th Grade
PROBLEM
A basket has 11 pieces of fruit: 4 apples, 5 oranges, 2 bananas. Jonas takes one at random, then Beth takes one. What is the probability Jonas gets an orange and Beth gets an apple?

What This Problem Teaches

  • Recognizing dependent events where one outcome affects the next
  • Calculating conditional probability when the sample space changes
  • Applying the multiplication rule for sequential events
  • Understanding the difference between "with replacement" and "without replacement"
  • Setting up and solving probability problems with changing conditions

Visualizing the Problem

A basket has 11 pieces of fruit: 4 apples, 5 oranges, 2 bananas. Jonas takes one at random, then Beth takes one. What...

Solution: Method 1 — Sequential Probability

This is a classic "without replacement" problem where we need to track how each selection changes what's available for the next person.

Step 1 — Calculate Jonas's probability of getting an orange

Initially, the basket contains 11 pieces of fruit total, with 5 oranges available.

P(Jonas gets orange) = Number of oranges / Total fruits = 5/11

Step 2 — Determine the new basket state

After Jonas takes an orange, the basket changes:

  • Total fruits: 11 - 1 = 10 fruits remain
  • Oranges: 5 - 1 = 4 oranges remain
  • Apples: 4 apples still available (unchanged)
  • Bananas: 2 bananas still available (unchanged)

Step 3 — Calculate Beth's conditional probability

Now Beth picks from the remaining 10 fruits, and we want her to get one of the 4 apples.

P(Beth gets apple | Jonas got orange) = 4/10 = 2/5

Step 4 — Apply the multiplication rule for dependent events

Since we want Jonas to get an orange AND Beth to get an apple, we multiply the probabilities:

P(Orange then Apple) = P(Jonas gets orange) × P(Beth gets apple | Jonas got orange)
= (5/11) × (4/10) = 20/110

Step 5 — Simplify the fraction

Reduce the fraction by finding the greatest common divisor of 20 and 110:

20/110 = (20 ÷ 10)/(110 ÷ 10) = 2/11

Solution: Method 2 — Counting Favorable Outcomes

We can also solve this by counting the total number of ways to pick two fruits in sequence and finding how many result in our desired outcome.

Step 1 — Count total possible outcomes

Jonas has 11 choices for his pick, then Beth has 10 remaining choices:

Total outcomes = 11 × 10 = 110 ordered pairs

Step 2 — Count favorable outcomes

For Jonas to pick an orange and Beth to pick an apple:

  • Jonas has 5 orange choices
  • After Jonas picks an orange, Beth has 4 apple choices
Favorable outcomes = 5 × 4 = 20 ordered pairs

Step 3 — Calculate the probability

P(Orange then Apple) = Favorable outcomes / Total outcomes = 20/110 = 2/11
The probability that Jonas gets an orange and Beth gets an apple is 2/11, which equals approximately 0.182 or 18.2%.

Verification

Check our calculation:

Method 1: (5/11) × (4/10) = 20/110 = 2/11 ✓

Method 2: 20 favorable outcomes ÷ 110 total outcomes = 2/11 ✓

Reasonableness check: Since oranges make up 5/11 ≈ 45% of the basket and apples make up 4/11 ≈ 36%, an outcome around 18% seems reasonable for this specific sequence.

Common Pitfalls

✗ Mistake 1: Using the original count for Beth's probability

Wrong calculation: P = (5/11) × (4/11) = 20/121

Why it's wrong: This treats the events as independent, but Beth's choices depend on what Jonas took. After Jonas removes an orange, only 10 fruits remain, not 11.

✗ Mistake 2: Adding probabilities instead of multiplying

Wrong calculation: P = 5/11 + 4/10 = 50/110 + 44/110 = 94/110

Why it's wrong: Addition gives the probability that Jonas gets an orange OR Beth gets an apple. We want Jonas to get an orange AND Beth to get an apple, which requires multiplication.

✗ Mistake 3: Forgetting the order matters

Wrong thinking: "It doesn't matter who picks what first"

Why it's wrong: The problem specifically asks for Jonas to get an orange and Beth to get an apple. The probability for Beth getting an orange and Jonas getting an apple is different: (4/11) × (5/10) = 2/11. While the answer is the same here, the calculation path matters.

Recognizing This Problem Type

Watch for these key phrases that signal dependent probability problems:

  • "Without replacement" or "doesn't put it back"
  • "Then the second person picks" — indicates sequential events
  • "One after another" or "in succession"
  • Questions asking for the probability of a specific sequence of events
  • Scenarios involving drawing from a finite collection (cards, marbles, fruits)

Key distinction: If the problem says "with replacement" or "puts it back," then the events are independent and you use the original counts for all subsequent draws.

The General Pattern

For any sequence of dependent events without replacement:

P(Event₁ AND Event₂ AND ... AND Eventₙ) = P(Event₁) × P(Event₂|Event₁) × P(Event₃|Event₁,Event₂) × ...

Where each conditional probability uses the updated counts after previous events have occurred.

For this specific problem pattern:

P(Person A gets Type X, Person B gets Type Y) = (Count of X)/(Total) × (Count of Y)/(Total-1)

This formula only works when Person A and Person B want different types of items, or when taking Type X doesn't affect the count of Type Y.

What If?

1
Switch the Order
Same basket: 4 apples, 5 oranges, 2 bananas. What is the probability that Jonas gets an apple and Beth gets an orange?
Step 1 — Jonas picks an apple

P(Jonas gets apple) = 4/11

Step 2 — Update basket state

After Jonas takes an apple: 10 fruits remain (3 apples, 5 oranges, 2 bananas)

Step 3 — Beth picks an orange

P(Beth gets orange | Jonas got apple) = 5/10 = 1/2

Step 4 — Multiply probabilities

P(Apple then Orange) = (4/11) × (5/10) = 20/110 = 2/11

Verification

Answer: 2/11 ≈ 0.182 or 18.2% - Same probability as the original problem!

2
With Replacement
Jonas picks a fruit, notes it, and puts it back. Then Beth picks. What is the probability Jonas gets an orange and Beth gets an apple?
Step 1 — Jonas picks an orange

P(Jonas gets orange) = 5/11

Step 2 — Jonas replaces the fruit

Basket returns to original state: 4 apples, 5 oranges, 2 bananas (11 total)

Step 3 — Beth picks an apple (independent)

P(Beth gets apple) = 4/11 (unchanged from original)

Step 4 — Multiply for independent events

P(Orange then Apple) = (5/11) × (4/11) = 20/121

Verification

Answer: 20/121 ≈ 0.165 or 16.5% - Slightly lower than without replacement (2/11 ≈ 18.2%)

3
Either Order Works
What is the probability that one person gets an orange and the other gets an apple (in either order)?
Step 1 — Identify the two favorable scenarios

Scenario A: Jonas gets orange, Beth gets apple
Scenario B: Jonas gets apple, Beth gets orange

Step 2 — Calculate Scenario A

P(Jonas orange, Beth apple) = (5/11) × (4/10) = 2/11

Step 3 — Calculate Scenario B

P(Jonas apple, Beth orange) = (4/11) × (5/10) = 2/11

Step 4 — Add probabilities (OR event)

P(one orange, one apple) = 2/11 + 2/11 = 4/11

Verification

Answer: 4/11 ≈ 0.364 or 36.4% - Doubles the original probability since order doesn't matter

4
Three People Sequential
Jonas, Beth, and Carlos pick in order without replacement. What's the probability Jonas gets an orange, Beth gets an apple, and Carlos gets a banana?
Step 1 — Jonas picks an orange

P(Jonas gets orange) = 5/11
Remaining: 10 fruits (4 apples, 4 oranges, 2 bananas)

Step 2 — Beth picks an apple

P(Beth gets apple | Jonas got orange) = 4/10
Remaining: 9 fruits (3 apples, 4 oranges, 2 bananas)

Step 3 — Carlos picks a banana

P(Carlos gets banana | Jonas got orange, Beth got apple) = 2/9

Step 4 — Multiply all three probabilities

P(Orange, Apple, Banana) = (5/11) × (4/10) × (2/9) = 40/990 = 4/99

Verification

Answer: 4/99 ≈ 0.040 or 4.0% - Much lower probability as we add more constraints

Frequently Asked Questions

Without replacement, each draw changes the sample space for the next draw. In this example, after Jonas takes an orange (5 of 11), only 10 fruits remain with 4 apples, making Beth's probability of getting an apple 4/10 instead of 4/11.
Multiply for sequential events where you want BOTH to happen (using 'and'). Add for mutually exclusive events where you want EITHER to happen (using 'or'). Here we want Jonas to get orange AND Beth to get apple, so we multiply: (5/11) × (4/10) = 2/11.
Independent events don't affect each other - like flipping two coins. Dependent events change the conditions for what follows. In this problem, Jonas's choice affects what's available for Beth, making them dependent events.
NJ
Neven Jurkovic, PhD

Professor of Computer Science, Palo Alto College, Alamo Colleges District, San Antonio, TX

Developer of Algebrator

Contact

This solution was prepared with AI assistance and reviewed by Dr. Jurkovic for mathematical accuracy and pedagogical clarity.

2026-08-16