Achievable logoAchievable logo
AMC
Sign in
Sign up
Purchase
Textbook
Practice exams
Support
How it works
Exam catalog
Mountain with a flag at the peak
Textbook
Introduction
1. Algebra
2. Geometry
3. Number theory
4. Counting and probability
4.1 Permutations and combinations
4.2 Probability
4.3 Stars and bars
5. Intermediate topics (AMC 10/12)
6. Advanced topics (AMC 12)
7. General approaches
8. Practical strategies
Wrapping up
Achievable logoAchievable logo
4.2 Probability
Achievable AMC
4. Counting and probability

Probability

11 min read
Font
Discuss
Share
Feedback

This chapter applies to all AMC 8/10/12 test takers.

A probability tells you how likely an event is to occur. Probabilities can be written as decimals from 0 to 1 or as percentages from 0% to 100%.

  • If the event will never occur, the probability is 0, i.e. a 0% chance.
  • If the event will always occur, the probability is 1, i.e. a 100% chance.
  • If the event will occur 7 out of 10 times, the probability is 0.7, i.e. a 70% chance.

For any event, there are only two possibilities: it happens or it doesn’t. That means the probability of the event plus the probability of “not the event” will always add up to 1 (or 100%).

For example, suppose you pick a marble from a bag and there’s a 20% chance it will be blue. Then the probability it won’t be blue is 100%−20%=80%.

A probability can often be found using this basic idea:

  • Probability = (number of desired outcomes) / (total number of possible outcomes)

For example, suppose you and your brother are in a raffle with 20 total participants. You’d be happy if either of you wins, so there are 2 desired winners out of 20 possible winners. The probability is 2/20=.1, or 10%.

Example: The question below is from 2017 AMC 10A

Chloe chooses a real number uniformly at random from the interval [0,2017]. Independently, Laurent chooses a real number uniformly at random from the interval [0,4034]. What is the probability that Laurent’s number is greater than Chloe’s number?
A. 21​
B. 32​
C. 43​
D. 65​
E. 87​

(spoiler)

Answer: 43​

Any number Laurent picks from 2018 to 4034 is automatically greater than any number Chloe could pick from [0,2017]. That accounts for half of Laurent’s interval.

For the other half (when Laurent picks from [0,2017]), Laurent and Chloe are choosing uniformly from the same interval, so Laurent has a 50/50 chance of being greater than Chloe.

So the total probability is

  • probability(Laurent in upper half) × 1
  • plus probability(Laurent in lower half) × 21​

This gives .5(1)+.5(.5)=.75.

There are two rules that are especially useful in probability: the AND rule and the OR rule.

AND means multiply the probabilities

Consider this question:

What is the chance of winning a coin flip twice in a row?

A fair coin has a 50% chance of landing the way you want on one flip, which is 0.50 in decimal form. Winning twice in a row means winning the first flip and the second flip, so we multiply.

.50×.50=.25

The probability of winning twice in a row is 25%.

Let’s try another example.

You are tasked with randomly selecting criminals from a police lineup. There are two accomplices in the crime. What is the chance you overlook both criminals when randomly selecting two from a lineup that includes 7 suspects? Express the probability in terms of a fraction.

Try to solve it yourself, then check below!

(spoiler)

Answer: 10/21 This question asks for the probability of selecting a non-criminal and then selecting a second non-criminal, so we multiply the probabilities.

There are 2 criminals out of 7 suspects, so there are 5 non-criminals.

  • Probability the first pick is a non-criminal: 5/7
  • After that pick, there are 4 non-criminals left out of 6 remaining suspects, so probability the second pick is a non-criminal: 4/6

5/7×4/6=20/42=10/21

OR means add the probabilities

Now consider this question:

What is the chance of randomly selecting a consonant or the letter A from the alphabet twice in a row?

There are 21 consonants and 1 letter A. On a single draw, “consonant” and “A” can’t happen at the same time, so we add their probabilities.

  • Probability of a consonant: 21/26
  • Probability of A: 1/26

So the probability of selecting a consonant or A on one draw is

21/26+1/26=22/26=11/13

Because the question asks for this to happen twice in a row, we multiply by itself:

(11/13)2=121/169

Example: The question below is from 2016 AMC 12B

Tom, Dick, and Harry are playing a game. Starting at the same time, each of them flips a fair coin repeatedly until he gets his first head, at which point he stops. What is the probability that all three flip their coins the same number of times?
A. 81​
B. 71​
C. 61​
D. 41​
E. 31​

(spoiler)

Answer: B. 71​

All three flip the same number of times if they all get their first head on flip 1, or all get their first head on flip 2, or all get their first head on flip 3, and so on.

  • All stop after 1 flip: probability (21​)3=81​
  • All stop after 2 flips: they must all get tails first and then heads, so probability (81​)2
  • All stop after 3 flips: probability (81​)3

So we add these possibilities:

81​+81​2+81​3 and so on.

This is a geometric series.

Mutually exclusive and independent events

If two events are mutually exclusive, they cannot occur at the same time. For example, if it is snowing outside, it cannot be 100 degrees F. These events are mutually exclusive because snow requires temperatures below freezing.

If two events are independent, one event does not affect the other. For example, whether it’s raining does not affect whether a random moment falls on a weekend. The probability that a random moment is on the weekend is always 2/7, whether it’s raining or not.

A useful guideline is:

  • Mutually exclusive events often lead to adding probabilities.
  • Independent events often lead to multiplying probabilities.

This isn’t a universal rule, but it matches many common contest problems.

Example: The question below is from 2017 AMC 10A

Amelia has a coin that lands heads with probability31​, and Blaine has a coin that lands on heads with probability 52​. 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 that Amelia wins is qp​, where p and q are relatively prime positive integers. What is q−p?
A. 1
B. 2
C. 3
D. 4
E. 5

(spoiler)

Answer: D. 4

Probability notation

You may see probability written using notation like P(B)=.70. Here:

  • P means “probability.”
  • The letter in parentheses names the event.

So P(B)=.70 means there is a 70% chance that event B occurs.

For mutually exclusive events, P(A or B) refers to the sum of P(A) and P(B). For independent events, P(A and B) refers to the product of P(A) and P(B).

Union and intersection notation also appears in probability.

  • The union of two events means “A or B” (one or both can occur).
  • The intersection of two events means “A and B” (both occur).

The notation for the union and intersection of probabilities and a visual representation for each are shown below.

Notation for the union and intersection of probabilities

Geometric probability

In geometric probability, we use areas or volumes to count outcomes.

For example, suppose a bullseye is a circle with radius 1 inside a target circle with radius 10. If you are equally likely to land anywhere on the target, then

  • desired area = area of the bullseye
  • total area = area of the whole target

So the probability of hitting the bullseye is

100ππ​ or 1001​.

Geometric probability doesn’t have to come from a literal real-world situation. The key idea is that “desired outcomes” and “total outcomes” are represented by geometric measures.

Example: The question below is from 2021 AMC 10B

A square with side length 8 is colored white except for 4 blue isosceles right triangular regions with legs of length 2 in each corner of the square and a blue diamond with side length 22​ in the center of the square, as shown in the diagram. A circular coin with diameter 1 is dropped onto the square and lands in a random location where the coin is completely contained within the square. The probability that the coin will cover part of the blue region of the square can be written as 1961​(a+b2​+π), where a and b are positive integers. What is a+b?

Square diagram

A. 64
B. 66
C. 68
D. 70
E. 72

(spoiler)

Answer: C. 68

Consider that the circle’s center must be placed in one of these five green shapes for it to be touching a blue area. Divide their total areas by the area of the whole square to find the probability (do not simplify the fraction) and compare that fraction to 1961​(a+b2​+π) to find a+b.

Square diagram 2

Expected value

An expected value is the long-run average result of a probability game if you repeat it many times.

For example, suppose a coin flip results in heads or tails, where heads gives a value of 1 and tails gives a value of 0. Over many flips, the average value tends toward .5. That’s the expected value of this game.

To find an expected value:

  • Multiply each outcome by its probability.
  • Add those products.
  • Make sure the probabilities add up to 1.

Example: The question below is from 2006 AMC 10A

A player pays$5 to play a game. A die is rolled. If the number on the die is odd, the game is lost. If the number on the die is even, the die is rolled again. In this case the player wins if the second number matches the first and loses otherwise. How much should the player win if the game is fair? (In a fair game the probability of winning times the amount won is what the player should pay.)
A. $12
B. $30
C. $50
D. $60
E. $100

(spoiler)

Answer: D. $60

For the game to be fair, the expected value must equal the $5 cost to play.

5=0(1/2)+60(1/12)+0(5/12).

Common themes

  • The probability of something NOT occurring is simply 1 minus that probability.
  • When sampling with replacement, probabilities remain unchanged for each turn.
  • When solving probability questions, always check the logical implications of your answer before moving on to the next question. Ask yourself if the probability you have selected logically makes sense. Using intuition alone, you may be able to rule out certain answer choices.
  • Look out for the word “given”. This often implies a conditional probability.

Probability basics

  • Probability: likelihood of event, between 0 and 1 (or 0% to 100%)
  • Probability(event) + Probability(not event) = 1
  • Probability = (number of desired outcomes) / (total number of possible outcomes)

AND rule (Multiplication)

  • Probability of multiple independent events all occurring = product of their probabilities
  • Used when events must all happen in sequence

OR rule (Addition)

  • Probability of one or another mutually exclusive event = sum of their probabilities
  • If events can overlap, adjust for double-counting

Mutually exclusive and independent events

  • Mutually exclusive: cannot occur together; often add probabilities
  • Independent: one event does not affect the other; often multiply probabilities

Probability notation

  • P(A): probability of event A
  • P(A or B): union, probability at least one occurs
  • P(A and B): intersection, probability both occur

Geometric probability

  • Probability = (desired area or volume) / (total area or volume)
  • Used when outcomes are represented by geometric measures

Expected value

  • Expected value = sum of (outcome × its probability) for all outcomes
  • Represents long-run average result of repeated trials

Common themes

  • Probability of “not event” = 1 minus probability of event
  • With replacement: probabilities remain constant each time
  • Use logic to check if probability answers make sense
  • “Given” often signals conditional probability

Sign up for free to take 6 quiz questions on this topic

Previous
Next  | 4.3 Stars and bars
All rights reserved ©2016 - 2026 Achievable, Inc.

Probability

This chapter applies to all AMC 8/10/12 test takers.

A probability tells you how likely an event is to occur. Probabilities can be written as decimals from 0 to 1 or as percentages from 0% to 100%.

  • If the event will never occur, the probability is 0, i.e. a 0% chance.
  • If the event will always occur, the probability is 1, i.e. a 100% chance.
  • If the event will occur 7 out of 10 times, the probability is 0.7, i.e. a 70% chance.

For any event, there are only two possibilities: it happens or it doesn’t. That means the probability of the event plus the probability of “not the event” will always add up to 1 (or 100%).

For example, suppose you pick a marble from a bag and there’s a 20% chance it will be blue. Then the probability it won’t be blue is 100%−20%=80%.

A probability can often be found using this basic idea:

  • Probability = (number of desired outcomes) / (total number of possible outcomes)

For example, suppose you and your brother are in a raffle with 20 total participants. You’d be happy if either of you wins, so there are 2 desired winners out of 20 possible winners. The probability is 2/20=.1, or 10%.

Example: The question below is from 2017 AMC 10A

Chloe chooses a real number uniformly at random from the interval [0,2017]. Independently, Laurent chooses a real number uniformly at random from the interval [0,4034]. What is the probability that Laurent’s number is greater than Chloe’s number?
A. 21​
B. 32​
C. 43​
D. 65​
E. 87​

(spoiler)

Answer: 43​

Any number Laurent picks from 2018 to 4034 is automatically greater than any number Chloe could pick from [0,2017]. That accounts for half of Laurent’s interval.

For the other half (when Laurent picks from [0,2017]), Laurent and Chloe are choosing uniformly from the same interval, so Laurent has a 50/50 chance of being greater than Chloe.

So the total probability is

  • probability(Laurent in upper half) × 1
  • plus probability(Laurent in lower half) × 21​

This gives .5(1)+.5(.5)=.75.

There are two rules that are especially useful in probability: the AND rule and the OR rule.

AND means multiply the probabilities

Consider this question:

What is the chance of winning a coin flip twice in a row?

A fair coin has a 50% chance of landing the way you want on one flip, which is 0.50 in decimal form. Winning twice in a row means winning the first flip and the second flip, so we multiply.

.50×.50=.25

The probability of winning twice in a row is 25%.

Let’s try another example.

You are tasked with randomly selecting criminals from a police lineup. There are two accomplices in the crime. What is the chance you overlook both criminals when randomly selecting two from a lineup that includes 7 suspects? Express the probability in terms of a fraction.

Try to solve it yourself, then check below!

(spoiler)

Answer: 10/21 This question asks for the probability of selecting a non-criminal and then selecting a second non-criminal, so we multiply the probabilities.

There are 2 criminals out of 7 suspects, so there are 5 non-criminals.

  • Probability the first pick is a non-criminal: 5/7
  • After that pick, there are 4 non-criminals left out of 6 remaining suspects, so probability the second pick is a non-criminal: 4/6

5/7×4/6=20/42=10/21

OR means add the probabilities

Now consider this question:

What is the chance of randomly selecting a consonant or the letter A from the alphabet twice in a row?

There are 21 consonants and 1 letter A. On a single draw, “consonant” and “A” can’t happen at the same time, so we add their probabilities.

  • Probability of a consonant: 21/26
  • Probability of A: 1/26

So the probability of selecting a consonant or A on one draw is

21/26+1/26=22/26=11/13

Because the question asks for this to happen twice in a row, we multiply by itself:

(11/13)2=121/169

Example: The question below is from 2016 AMC 12B

Tom, Dick, and Harry are playing a game. Starting at the same time, each of them flips a fair coin repeatedly until he gets his first head, at which point he stops. What is the probability that all three flip their coins the same number of times?
A. 81​
B. 71​
C. 61​
D. 41​
E. 31​

(spoiler)

Answer: B. 71​

All three flip the same number of times if they all get their first head on flip 1, or all get their first head on flip 2, or all get their first head on flip 3, and so on.

  • All stop after 1 flip: probability (21​)3=81​
  • All stop after 2 flips: they must all get tails first and then heads, so probability (81​)2
  • All stop after 3 flips: probability (81​)3

So we add these possibilities:

81​+81​2+81​3 and so on.

This is a geometric series.

Mutually exclusive and independent events

If two events are mutually exclusive, they cannot occur at the same time. For example, if it is snowing outside, it cannot be 100 degrees F. These events are mutually exclusive because snow requires temperatures below freezing.

If two events are independent, one event does not affect the other. For example, whether it’s raining does not affect whether a random moment falls on a weekend. The probability that a random moment is on the weekend is always 2/7, whether it’s raining or not.

A useful guideline is:

  • Mutually exclusive events often lead to adding probabilities.
  • Independent events often lead to multiplying probabilities.

This isn’t a universal rule, but it matches many common contest problems.

Example: The question below is from 2017 AMC 10A

Amelia has a coin that lands heads with probability31​, and Blaine has a coin that lands on heads with probability 52​. 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 that Amelia wins is qp​, where p and q are relatively prime positive integers. What is q−p?
A. 1
B. 2
C. 3
D. 4
E. 5

(spoiler)

Answer: D. 4

Probability notation

You may see probability written using notation like P(B)=.70. Here:

  • P means “probability.”
  • The letter in parentheses names the event.

So P(B)=.70 means there is a 70% chance that event B occurs.

For mutually exclusive events, P(A or B) refers to the sum of P(A) and P(B). For independent events, P(A and B) refers to the product of P(A) and P(B).

Union and intersection notation also appears in probability.

  • The union of two events means “A or B” (one or both can occur).
  • The intersection of two events means “A and B” (both occur).

The notation for the union and intersection of probabilities and a visual representation for each are shown below.

Notation for the union and intersection of probabilities

Geometric probability

In geometric probability, we use areas or volumes to count outcomes.

For example, suppose a bullseye is a circle with radius 1 inside a target circle with radius 10. If you are equally likely to land anywhere on the target, then

  • desired area = area of the bullseye
  • total area = area of the whole target

So the probability of hitting the bullseye is

100ππ​ or 1001​.

Geometric probability doesn’t have to come from a literal real-world situation. The key idea is that “desired outcomes” and “total outcomes” are represented by geometric measures.

Example: The question below is from 2021 AMC 10B

A square with side length 8 is colored white except for 4 blue isosceles right triangular regions with legs of length 2 in each corner of the square and a blue diamond with side length 22​ in the center of the square, as shown in the diagram. A circular coin with diameter 1 is dropped onto the square and lands in a random location where the coin is completely contained within the square. The probability that the coin will cover part of the blue region of the square can be written as 1961​(a+b2​+π), where a and b are positive integers. What is a+b?

Square diagram

A. 64
B. 66
C. 68
D. 70
E. 72

(spoiler)

Answer: C. 68

Consider that the circle’s center must be placed in one of these five green shapes for it to be touching a blue area. Divide their total areas by the area of the whole square to find the probability (do not simplify the fraction) and compare that fraction to 1961​(a+b2​+π) to find a+b.

Square diagram 2

Expected value

An expected value is the long-run average result of a probability game if you repeat it many times.

For example, suppose a coin flip results in heads or tails, where heads gives a value of 1 and tails gives a value of 0. Over many flips, the average value tends toward .5. That’s the expected value of this game.

To find an expected value:

  • Multiply each outcome by its probability.
  • Add those products.
  • Make sure the probabilities add up to 1.

Example: The question below is from 2006 AMC 10A

A player pays$5 to play a game. A die is rolled. If the number on the die is odd, the game is lost. If the number on the die is even, the die is rolled again. In this case the player wins if the second number matches the first and loses otherwise. How much should the player win if the game is fair? (In a fair game the probability of winning times the amount won is what the player should pay.)
A. $12
B. $30
C. $50
D. $60
E. $100

(spoiler)

Answer: D. $60

For the game to be fair, the expected value must equal the $5 cost to play.

5=0(1/2)+60(1/12)+0(5/12).

Common themes

  • The probability of something NOT occurring is simply 1 minus that probability.
  • When sampling with replacement, probabilities remain unchanged for each turn.
  • When solving probability questions, always check the logical implications of your answer before moving on to the next question. Ask yourself if the probability you have selected logically makes sense. Using intuition alone, you may be able to rule out certain answer choices.
  • Look out for the word “given”. This often implies a conditional probability.
Key points

Probability basics

  • Probability: likelihood of event, between 0 and 1 (or 0% to 100%)
  • Probability(event) + Probability(not event) = 1
  • Probability = (number of desired outcomes) / (total number of possible outcomes)

AND rule (Multiplication)

  • Probability of multiple independent events all occurring = product of their probabilities
  • Used when events must all happen in sequence

OR rule (Addition)

  • Probability of one or another mutually exclusive event = sum of their probabilities
  • If events can overlap, adjust for double-counting

Mutually exclusive and independent events

  • Mutually exclusive: cannot occur together; often add probabilities
  • Independent: one event does not affect the other; often multiply probabilities

Probability notation

  • P(A): probability of event A
  • P(A or B): union, probability at least one occurs
  • P(A and B): intersection, probability both occur

Geometric probability

  • Probability = (desired area or volume) / (total area or volume)
  • Used when outcomes are represented by geometric measures

Expected value

  • Expected value = sum of (outcome × its probability) for all outcomes
  • Represents long-run average result of repeated trials

Common themes

  • Probability of “not event” = 1 minus probability of event
  • With replacement: probabilities remain constant each time
  • Use logic to check if probability answers make sense
  • “Given” often signals conditional probability

More from Counting and probability

  • Permutations and combinations
  • Stars and bars