Multi-Event Probability

Help Questions

ISEE Upper Level: Quantitative Reasoning › Multi-Event Probability

Questions 1 - 10
1

A coin is flipped three times. What is the probability that exactly two heads occur, given that at least one head occurs?

$$\frac{4}{7}$$

$$\frac{3}{7}$$

$$\frac{3}{8}$$

$$\frac{1}{2}$$

Explanation

When you encounter conditional probability questions, you need to recognize that you're finding the probability of one event given that another event has already occurred. The formula is P(A|B) = P(A and B) ÷ P(B).

Let's identify all possible outcomes when flipping a coin three times. There are $$2^3 = 8$$ total outcomes: HHH, HHT, HTH, HTT, THH, THT, TTH, TTT.

Since we're given that at least one head occurs, we exclude TTT from consideration. This leaves 7 favorable outcomes for our denominator: HHH, HHT, HTH, HTT, THH, THT, TTH.

Now we need exactly two heads among these 7 outcomes. Counting carefully: HHT (2 heads), HTH (2 heads), HTT (1 head), THH (2 heads), THT (1 head), TTH (1 head), HHH (3 heads). We find exactly 3 outcomes with exactly two heads: HHT, HTH, and THH.

Therefore, the probability is $$\frac{3}{7}$$, which is answer B.

Answer A ($$\frac{3}{8}$$) incorrectly uses all 8 possible outcomes in the denominator, failing to account for the given condition. Answer C ($$\frac{1}{2}$$) likely results from incorrectly thinking about the problem as a simple either/or scenario. Answer D ($$\frac{4}{7}$$) might occur if you mistakenly count outcomes with at least two heads instead of exactly two heads.

Remember: conditional probability problems require you to restrict your sample space to only the outcomes that satisfy the given condition, then find your target event within that restricted space.

2

Two dice are rolled simultaneously. What is the probability that their sum is greater than 8, given that both dice show even numbers?

$$\frac{1}{2}$$

$$\frac{4}{9}$$

$$\frac{1}{3}$$

$$\frac{5}{9}$$

Explanation

When you encounter conditional probability problems, you need to focus only on the outcomes that satisfy the given condition, then find what fraction of those meet your target criteria.

Since both dice must show even numbers, each die can only show 2, 4, or 6. This gives us 3 × 3 = 9 total possible outcomes: (2,2), (2,4), (2,6), (4,2), (4,4), (4,6), (6,2), (6,4), and (6,6). These form our restricted sample space.

Now let's find which of these 9 outcomes have a sum greater than 8:

  • (2,2) = 4 ✗
  • (2,4) = 6 ✗
  • (2,6) = 8 ✗
  • (4,2) = 6 ✗
  • (4,4) = 8 ✗
  • (4,6) = 10 ✓
  • (6,2) = 8 ✗
  • (6,4) = 10 ✓
  • (6,6) = 12 ✓

Only 3 outcomes have sums greater than 8, so the probability is $$\frac{3}{9} = \frac{1}{3}$$. This confirms answer A.

Answer B ($$\frac{4}{9}$$) might result from incorrectly counting outcomes or including sums equal to 8. Answer C ($$\frac{1}{2}$$) could come from oversimplifying the problem without properly listing all cases. Answer D ($$\frac{5}{9}$$) likely stems from calculation errors or misunderstanding which sums qualify.

Remember: in conditional probability problems, always identify your restricted sample space first, then count favorable outcomes within that space only. Don't use the original 36 possible dice outcomes when a condition limits your possibilities.

3

A deck of cards has 4 aces and 48 non-aces. Three cards are drawn without replacement. What is the probability that exactly one ace is drawn?

$$\frac{4 \cdot 48 \cdot 47}{52 \cdot 51 \cdot 50}$$

$$\frac{3 \cdot 4 \cdot 48 \cdot 47}{52 \cdot 51 \cdot 50}$$

$$\frac{12 \cdot 4 \cdot 48^2}{52 \cdot 51 \cdot 50}$$

$$\frac{4 \cdot 48^2}{52^3}$$

Explanation

When you encounter probability questions involving "without replacement," you're dealing with situations where each draw changes the conditions for subsequent draws. This requires careful attention to how the sample space shrinks with each selection.

To find the probability of exactly one ace in three draws, you need to consider all possible arrangements where one card is an ace and two are non-aces. There are three distinct scenarios: ace on first draw, ace on second draw, or ace on third draw.

For ace on first draw: $$\frac{4}{52} \times \frac{48}{51} \times \frac{47}{50}$$

For ace on second draw: $$\frac{48}{52} \times \frac{4}{51} \times \frac{47}{50}$$

For ace on third draw: $$\frac{48}{52} \times \frac{47}{51} \times \frac{4}{50}$$

Since these are mutually exclusive events, you add them together. Notice that each scenario gives the same result: $$\frac{4 \times 48 \times 47}{52 \times 51 \times 50}$$. Since there are 3 such scenarios, the total probability is $$\frac{3 \times 4 \times 48 \times 47}{52 \times 51 \times 50}$$, which matches choice B.

Choice A forgets to account for the three different positions where the ace can appear. Choice C incorrectly treats this as sampling with replacement (using $$52^3$$ in the denominator). Choice D incorrectly multiplies by 12 instead of 3, suggesting confusion about the number of arrangements.

Remember: for "exactly one" problems in probability, always count all possible positions where that one success can occur, then multiply by the probability of each specific arrangement.

4

A jar contains 6 red marbles and 4 green marbles. Marbles are drawn one at a time without replacement until a red marble is obtained. What is the probability that exactly 3 marbles are drawn?

$$\frac{1}{5}$$

$$\frac{1}{6}$$

$$\frac{1}{10}$$

$$\frac{2}{15}$$

Explanation

When you encounter probability questions involving drawing without replacement until a specific condition is met, you need to map out the exact sequence of events required.

For exactly 3 marbles to be drawn, the first two draws must be green marbles, and the third draw must be red. Let's calculate this step by step.

Initially, there are 10 marbles total (6 red + 4 green).

First draw (green): The probability is $$\frac{4}{10} = \frac{2}{5}$$

Second draw (green): Now there are 9 marbles left with 3 green remaining, so the probability is $$\frac{3}{9} = \frac{1}{3}$$

Third draw (red): Now there are 8 marbles left with all 6 red marbles still available, so the probability is $$\frac{6}{8} = \frac{3}{4}$$

The probability of this specific sequence is: $$\frac{2}{5} \times \frac{1}{3} \times \frac{3}{4} = \frac{6}{60} = \frac{1}{10}$$

Choice A ($$\frac{1}{6}$$) likely comes from incorrectly assuming replacement or miscounting the favorable outcomes. Choice B ($$\frac{2}{15}$$) might result from forgetting to account for the changing number of marbles after each draw. Choice C ($$\frac{1}{5}$$) could come from only considering the first draw's probability.

Remember: In "without replacement" problems, the denominator decreases with each draw, and you must track which colors remain available. Always multiply the probabilities of each required event in sequence.

5

A spinner has three equal sections colored red, blue, and green. The spinner is spun twice. What is the probability that the same color appears both times, given that red appears at least once?

$$\frac{1}{5}$$

$$\frac{3}{5}$$

$$\frac{2}{5}$$

$$\frac{1}{3}$$

Explanation

When you encounter conditional probability questions, you need to find the probability of one event happening given that another event has already occurred. The key formula is: P(A given B) = P(A and B) / P(B).

Let's identify our events: A = "same color both times" and B = "red appears at least once." First, find P(B). It's easier to calculate the complement: P(no red) = P(blue or green both times) = $$\frac{2}{3} \times \frac{2}{3} = \frac{4}{9}$$. So P(red at least once) = $$1 - \frac{4}{9} = \frac{5}{9}$$.

Next, find P(A and B) = P(same color both times AND red appears at least once). The only way both conditions are met is if red appears both times: P(red, red) = $$\frac{1}{3} \times \frac{1}{3} = \frac{1}{9}$$.

Therefore: P(same color | red at least once) = $$\frac{1/9}{5/9} = \frac{1}{9} \times \frac{9}{5} = \frac{1}{5}$$.

Choice B ($$\frac{2}{5}$$) likely comes from incorrectly including blue-blue and green-green outcomes in the numerator. Choice C ($$\frac{1}{3}$$) represents the unconditional probability of getting the same color both times. Choice D ($$\frac{3}{5}$$) might result from using the wrong denominator or misunderstanding the conditional relationship.

The correct answer is A.

For conditional probability problems, always clearly identify what you're given versus what you're finding, and remember that the "given" condition restricts your sample space to only those outcomes where that condition is true.

6

A student answers a 5-question multiple-choice test where each question has 4 options. If the student guesses randomly on each question, what is the probability of getting exactly 3 questions correct?

$$\frac{90}{1024}$$

$$\frac{45}{512}$$

$$\frac{270}{1024}$$

$$\frac{135}{1024}$$

Explanation

When you see a question about getting exactly a certain number of successes in independent trials with fixed probability, you're dealing with binomial probability. This applies when each trial has the same probability of success and trials don't affect each other.

For binomial probability, use the formula: $$P(X = k) = \binom{n}{k} \cdot p^k \cdot(1-p)^{n-k}$$, where n is the number of trials, k is the number of successes, and p is the probability of success on each trial.

Here, n = 5 questions, k = 3 correct answers, and p = $$\frac{1}{4}$$ (one correct option out of four). First, calculate $$\binom{5}{3} = \frac{5!}{3! \cdot 2!} = 10$$. Then: $$P(X = 3) = 10 \cdot \left(\frac{1}{4}\right)^3 \cdot \left(\frac{3}{4}\right)^2 = 10 \cdot \frac{1}{64} \cdot \frac{9}{64} = \frac{90}{1024}$$

Choice A gives the correct answer: $$\frac{90}{1024}$$.

Choice B ($$\frac{45}{512}$$) likely results from using the wrong combination or making an arithmetic error in the calculation. Choice C ($$\frac{270}{1024}$$) appears to triple the correct numerator, possibly from confusing the number of ways to arrange the correct and incorrect answers. Choice D ($$\frac{135}{1024}$$) might come from incorrectly calculating the combination $$\binom{5}{3}$$ as 15 instead of 10.

Remember: binomial probability questions always involve counting combinations, so practice calculating $$\binom{n}{k}$$ quickly and accurately. Double-check your probability calculations by ensuring they're between 0 and 1.

7

Two cards are drawn from a deck of 52 cards without replacement. What is the probability that both cards are face cards (Jacks, Queens, or Kings)?

$$\frac{66}{221}$$

$$\frac{33}{221}$$

$$\frac{44}{221}$$

$$\frac{11}{221}$$

Explanation

This problem tests conditional probability with replacement restrictions, a common concept in probability theory. When cards are drawn "without replacement," each draw changes the composition of the remaining deck.

To find the probability that both cards are face cards, you need to multiply the probability of drawing a face card first by the probability of drawing a face card second, given that the first was already removed.

First, identify how many face cards exist: there are 3 face cards (Jack, Queen, King) in each of the 4 suits, giving us 12 face cards total in a 52-card deck.

For the first draw: P(face card) = $$\frac{12}{52}$$

For the second draw: Since one face card was already removed, there are now 11 face cards remaining out of 51 total cards. So P(face card | first was face card) = $$\frac{11}{51}$$

The probability of both events occurring is: $$\frac{12}{52} \times \frac{11}{51} = \frac{132}{2652} = \frac{11}{221}$$

This confirms answer choice A is correct.

Answer choice B ($$\frac{33}{221}$$) likely results from incorrectly multiplying $$\frac{12}{52} \times \frac{11}{51}$$ and making an arithmetic error. Answer choice C ($$\frac{44}{221}$$) might come from using $$\frac{12}{52} \times \frac{12}{51}$$, forgetting that the first face card is no longer available. Answer choice D ($$\frac{66}{221}$$) appears to involve more fundamental calculation errors.

Remember: in "without replacement" problems, always adjust your numerator and denominator for subsequent draws based on what was previously removed.

8

In a game, a player rolls two dice. The player wins if the sum is 7 or 11, loses if the sum is 2, 3, or 12, and continues playing if any other sum occurs. What is the probability that the player wins on the first roll?

$$\frac{2}{9}$$

$$\frac{5}{18}$$

$$\frac{1}{3}$$

$$\frac{1}{4}$$

Explanation

When you see a probability question involving dice, start by identifying all possible outcomes and then count the favorable ones. With two dice, there are $$6 \times 6 = 36$$ total possible outcomes.

To find the probability of winning on the first roll, you need to count outcomes where the sum is 7 or 11. For a sum of 7, the winning combinations are: (1,6), (2,5), (3,4), (4,3), (5,2), and (6,1) — that's 6 ways. For a sum of 11, the combinations are: (5,6) and (6,5) — that's 2 ways. In total, there are 8 favorable outcomes out of 36 possible outcomes, giving us $$\frac{8}{36} = \frac{2}{9}$$.

Looking at the wrong answers: Choice B ($$\frac{1}{4}$$) would equal $$\frac{9}{36}$$, suggesting someone miscounted and found 9 favorable outcomes instead of 8. Choice C ($$\frac{5}{18}$$) equals $$\frac{10}{36}$$, which might result from incorrectly including some losing combinations or double-counting. Choice D ($$\frac{1}{3}$$) equals $$\frac{12}{36}$$, which could happen if someone mistakenly included all the losing outcomes (sums of 2, 3, 12 have 4 total ways) plus the winning ones.

The correct answer is A: $$\frac{2}{9}$$.

Study tip: In dice probability problems, always systematically list the combinations for each target sum rather than trying to count in your head. This prevents miscounting, which is the most common error on these questions.

9

A factory produces widgets, and quality control tests show that 5% are defective. If widgets are tested independently, what is the probability that among the first 4 widgets tested, exactly 2 are found to be defective?

$$\binom{4}{2}(0.05)^2(0.95)^4$$

$$\binom{4}{2}(0.05)^2(0.95)^2$$

$$\binom{2}{4}(0.05)^2(0.95)^2$$

$$\binom{4}{2}(0.05)^4(0.95)^2$$

Explanation

When you encounter a problem about finding the probability of a specific number of successes in a fixed number of independent trials, you're dealing with a binomial probability situation. The key formula is: $$P(X = k) = \binom{n}{k}p^k(1-p)^{n-k}$$, where n is the number of trials, k is the number of successes, and p is the probability of success on each trial.

In this problem, you have 4 widgets tested (n = 4), you want exactly 2 defective ones (k = 2), and the probability of any widget being defective is 5% or 0.05 (p = 0.05). The probability of a widget NOT being defective is 0.95.

Applying the formula: $$P(X = 2) = \binom{4}{2}(0.05)^2(0.95)^2$$. The binomial coefficient $$\binom{4}{2}$$ counts the ways to choose which 2 of the 4 widgets are defective. The term $$(0.05)^2$$ represents the probability that those 2 specific widgets are defective, and $$(0.95)^2$$ represents the probability that the remaining 2 widgets are not defective.

Choice A matches this exactly. Choice B incorrectly uses $$(0.95)^4$$ instead of $$(0.95)^2$$, suggesting all 4 widgets are non-defective rather than just 2. Choice C reverses the exponents, treating defective as more likely than non-defective. Choice D uses the impossible notation $$\binom{2}{4}$$, which violates the rule that you can't choose more items than you have.

Remember: in binomial problems, the exponents must add up to the total number of trials, and the binomial coefficient follows the pattern $$\binom{n}{k}$$, never $$\binom{k}{n}$$ when k > n.

10

A survey found that 60% of people like chocolate, 70% like vanilla, and 40% like both chocolate and vanilla. If a person is selected at random, what is the probability that they like chocolate but not vanilla?

0.20

0.30

0.40

0.50

Explanation

When you encounter probability questions involving overlapping groups, you're dealing with set theory and the principle of inclusion-exclusion. The key is to carefully identify what each percentage represents and avoid double-counting.

Let's organize the given information: 60% like chocolate, 70% like vanilla, and 40% like both flavors. To find the probability someone likes chocolate but not vanilla, you need to subtract the overlap from the chocolate group. Think of it this way: of all the chocolate lovers (60%), some also like vanilla (40%), so the chocolate-only group is $$60% - 40% = 20%$$ or 0.20.

Looking at the wrong answers: B) 0.30 represents vanilla-only lovers (70% - 40% = 30%), which answers a different question. C) 0.40 is the percentage who like both flavors, not chocolate exclusively. D) 0.50 doesn't correspond to any meaningful calculation with these numbers and likely results from incorrect arithmetic.

The correct answer is A) 0.20.

You can verify this using a Venn diagram approach: if 40% like both, 20% like only chocolate, and 30% like only vanilla, then 10% like neither flavor. These percentages total 100%, confirming our calculation.

Strategy tip: For overlapping probability questions, always draw a quick Venn diagram or use the formula: P(A only) = P(A) - P(A and B). Watch out for answer choices that represent related but different probabilities—test makers often include these as distractors.

Page 1 of 2