Topics / Counting & Probability
Conditional Probability & States
Conditional probability, states/Markov-style processes, sequential random events
## What you need to know
- Conditional probability: ; "given that " means restrict the sample space to and renormalize.
- Multiplication rule: , the engine behind sequential draws and multi-stage experiments.
- Total probability and Bayes: over a partition, and .
- States: for a process moving among finitely many situations, let be the probability of the goal from state ; write one linear equation per state and solve, with and .
- A process that restarts gives equations like .
## How AMC 10 tests it
- Problems 12–20: two-stage experiments (choose a box then a ball; roll a die then flip that many coins), asking for an outcome's probability or the reverse "given the outcome, which box?"
- Problems 15–22: "given that at least one is a girl / the sum is even," where the trap is which outcomes have been conditioned away.
- Problems 18–25: a frog or token jumps randomly until it reaches an end; find the probability of a particular end, intended for states and a small linear system.
- Dependent draws without replacement that require tracking the remaining bag.
## Standard approaches
1. Draw the tree; multiply down each branch, add the branches that end in the event.
2. For "given that," compute from counts inside the reduced sample space.
3. For repeated processes, set unknowns per state, merge symmetric states, and solve.
4. Condition on the first step when the process forgets its past.
5. Check that the probabilities of all terminal outcomes sum to .
## Worked example
A token starts on square of a row of squares numbered through . Each second it moves to an adjacent square, right with probability and left with probability . The process stops when the token reaches square or square . What is the probability that it stops at square ?
(A) (B) (C) (D) (E)
Solution. Let be the probability of finishing at from square , with and . Then
Substituting the first and third into the second: , so and . Hence . Answer .
## Pitfalls
- Conditioning on the wrong event: "at least one boy" is not "the first child is a boy."
- Reporting as the conditional probability, forgetting to divide by .
- Writing the state equations but omitting the boundary conditions.
- Assuming independence for draws without replacement.
Traps that recur
- Solving the ten linear equations by brute substitution and making a fraction error; the difference recurrence turns it into one clean sum. (2014 AMC 10B #25)
- Noticing only one of the two ways to fall 2 short of 63; keeping just the numbers with a single 7 gives 3 out of 7, which is (E). (2025 AMC 10B #22)
- Treating the three parities as independent coin flips or guessing 1/3, instead of noticing the odd total leaves four (nearly) equally likely parity patterns. (2023 AMC 10B #21)
- Ignoring the wraparound (an edge square's outward hop lands on the opposite edge, not off the board) or forgetting that Frieda stops once she reaches a corner. (2021 AMC 10A #23)
Problems, easiest first
A number is chosen at random from among the first positive integers, and a positive integer divisor of that number is then chosen at random. What is the probability that the chosen divisor is divisible by ?
An urn contains one red ball and one blue ball. A box of extra red and blue balls lies nearby. George performs the following operation four times: he draws a ball from the urn at random and then takes a ball of the same color from the box and returns those two matching balls to the urn. After the four iterations the …
A frog sitting at the point begins a sequence of jumps, where each jump is parallel to one of the coordinate axes and has length , and the direction of each jump (up, down, right, or left) is chosen independently at random. The sequence ends when the frog reaches a side of the square with vertices …
Amelia has a coin that lands heads with probability , and Blaine has a coin that lands on heads with probability . Amelia and Blaine alternately toss their coins until someone gets a head; the first one to get a head wins. All coin tosses are independent. Amelia goes first. The probability …
Suppose that one of every 500 people in a certain population has a particular disease, which displays no symptoms. A blood test is available for screening for this disease. For a person who has this disease, the test always turns out positive. For a person who does not have the disease, however, there is a false …
A bag contains two red beads and two green beads. You reach into the bag and pull out a bead, replacing it with a red bead regardless of the color you pulled out. What is the probability that all beads in the bag are red after three such replacements?
A seven-digit positive integer is chosen at random. What is the probability that the number is divisible by , given that the sum of its digits is
Each of balls is randomly placed into one of bins. Which of the following is closest to the probability that each of the bins will contain an odd number of balls?
Frieda the frog begins a sequence of hops on a grid of squares, moving one square on each hop and choosing at random the direction of each hop-up, down, left, or right. She does not hop diagonally. When the direction of a hop would take Frieda off the grid, she "wraps around" and jumps to the opposite …
In a particular game, each of players rolls a standard -sided die. The winner is the player who rolls the highest number. If there is a tie for the highest roll, those involved in the tie will roll again and this process will continue until one player wins. Hugo is one of the players in this game. What is …
Debra flips a fair coin repeatedly, keeping track of how many heads and how many tails she has seen in total, until she gets either two heads in a row or two tails in a row, at which point she stops flipping. What is the probability that she gets two heads in a row but she sees a second tail before she sees a second …
Real numbers between 0 and 1, inclusive, are chosen in the following manner. A fair coin is flipped. If it lands heads, then it is flipped again and the chosen number is 0 if the second flip is heads and 1 if the second flip is tails. On the other hand, if the first coin flip is tails, then the number is chosen …
Raashan, Sylvia, and Ted play the following game. Each starts with . A bell rings every seconds, at which time each of the players who currently have money simultaneously chooses one of the other two players independently and at random and gives to that player. What is the probability that after the …
Two counterfeit coins of equal weight are mixed with 8 identical genuine coins. The weight of each of the counterfeit coins is different from the weight of each of the genuine coins. A pair of coins is selected at random without replacement from the 10 coins. A second pair is selected at random without replacement from …
Each of 2010 boxes in a line contains a single red marble, and for , the box in the position also contains white marbles. Isabella begins at the first box and successively draws a single marble at random from each box, in order. She stops when she first draws a red marble. Let …
Team and team play a series. The first team to win three games wins the series. Each team is equally likely to win each game, there are no ties, and the outcomes of the individual games are independent. If team wins the second game and team wins the series, what is the probability that team wins the …
In a small pond there are eleven lily pads in a row labeled through . A frog is sitting on pad . When the frog is on pad , , it will jump to pad with probability and to pad with probability . Each jump is independent of the previous jumps. If the …