Probability of Getting Two Red Balls From the Chosen Box

Probability problems

Problem 751

There are two boxes containing red and blue balls. Let us call the boxes Box A and Box B. Each box contains the same number of red and blue balls. More specifically, Box A has 5 red balls and 5 blue balls. Box B has 20 red balls and 20 blue balls. You choose one box. Then draw two balls randomly from the chosen box without replacement, that is, you will not return the first ball into the box before picking up the second ball.

If you draw two balls with the same color, then you win. Otherwise, you lose. To maximize the chance of winning, which box should you pick?

LoadingAdd to solve later

Sponsored Links


Solution.

Let us consider the probability that you draw two red balls from the box you choose.
Since both boxes contain the same number of red and blue balls, the probability that your first ball is red is $1/2$ no matter which box you choose. More rigorously, if you choose Box A, then the probability that the first ball is red is $5/10 = 1/2$. Also, if you choose Box B, then the probability is $20/40=1/2$.

Thus, the difference (if any) comes from the probability of the second ball. Suppose that you choose Box A. Assume that your first ball was red. Then Box A currently contains 4 red balls and 5 blue ball. Hence the probability that the second ball is red is $4/9$.
Similarly, if you choose Box B and the first ball is red, then the probability that the second ball is red is $19/39$ since there are 19 red balls and 20 blue balls in Box B.

So, which probability is bigger? As we have
\[4/9 = 0.444\dots \text{ and } 19/39 = 0.487\cdots\] The probability for Box B is bigger. Thus, the probability of getting two red ball is higher when you choose Box B. The same argument applies for two blue balls. Therefore, to maximize the chance of winning, you should select Box B.

Remark.

Let us give an intuitive solution. This approach is not mathematically rigorous but it might help you reach the conclusion quicker.
First, you may think the actual numbers $5$ and $20$ are not so importance. What is importance is which number is bigger. So, instead, we consider extremely $2$ and $2,000,000,000$ (any gigantic number is fine). So Box A contains only 2 red balls and 2 blue balls. On the other hand Box B contains $2,000,000,000$ balls for each color.

As before the probability of getting the first red ball is the same regardless of your choice of a box. For the second ball, however, there is only one red ball remained in Box A, which is a half of the number of blue balls in Box A. On the other hand, Box B still contains 1,999,999,999 red balls and 2,000,000,000 blue balls. The ratio of two colors in Box B is almost 1. Thus, you have a better chance of getting the second red ball if you choose Box B.


LoadingAdd to solve later

Sponsored Links

More from my site

  • Pick Two Balls from a Box, What is the Probability Both are Red?Pick Two Balls from a Box, What is the Probability Both are Red? There are three blue balls and two red balls in a box. When we randomly pick two balls out of the box without replacement, what is the probability that both of the balls are red? Solution. Let $R_1$ be the event that the first ball is red and $R_2$ be the event that the […]
  • How to Prove Markov’s Inequality and Chebyshev’s InequalityHow to Prove Markov’s Inequality and Chebyshev’s Inequality (a) Let $X$ be a random variable that takes only non-negative values. Prove that for any $a > 0$, \[P(X \geq a) \leq \frac{E[X]}{a}.\] This inequality is called Markov's inequality. (b) Let $X$ be a random variable with finite mean $\mu$ and variance $\sigma^2$. Prove that […]
  • Probability that Alice Wins n Games Before Bob Wins m GamesProbability that Alice Wins n Games Before Bob Wins m Games Alice and Bob play some game against each other. The probability that Alice wins one game is $p$. Assume that each game is independent. If Alice wins $n$ games before Bob wins $m$ games, then Alice becomes the champion of the game. What is the probability that Alice becomes the […]
  • Coupon Collecting Problem: Find the Expectation of Boxes to Collect All ToysCoupon Collecting Problem: Find the Expectation of Boxes to Collect All Toys A box of some snacks includes one of five toys. The chances of getting any of the toys are equally likely and independent of the previous results. (a) Suppose that you buy the box until you complete all the five toys. Find the expected number of boxes that you need to buy. (b) […]
  • Upper Bound of the Variance When a Random Variable is BoundedUpper Bound of the Variance When a Random Variable is Bounded Let $c$ be a fixed positive number. Let $X$ be a random variable that takes values only between $0$ and $c$. This implies the probability $P(0 \leq X \leq c) = 1$. Then prove the next inequality about the variance $V(X)$. \[V(X) \leq \frac{c^2}{4}.\] Proof. Recall that […]
  • Independent and Dependent Events of Three Coins TossingIndependent and Dependent Events of Three Coins Tossing Suppose that three fair coins are tossed. Let $H_1$ be the event that the first coin lands heads and let $H_2$ be the event that the second coin lands heads. Also, let $E$ be the event that exactly two coins lands heads in a row. For each pair of these events, determine whether […]
  • Successful Probability of a Communication Network DiagramSuccessful Probability of a Communication Network Diagram Consider the network diagram in the figure. The diagram consists of five links and each of them fails to communicate with probability $p$. Answer the following questions about this network. (1) Determine the probability that there exists at least one path from A to B where every […]
  • Probabilities of An Infinite Sequence of Die RollingProbabilities of An Infinite Sequence of Die Rolling Consider an infinite series of events of rolling a fair six-sided die. Assume that each event is independent of each other. For each of the below, determine its probability. (1) At least one die lands on the face 5 in the first $n$ rolls. (2) Exactly $k$ dice land on the face 5 […]

You may also like...

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

More in Probability
Probability problems
Coupon Collecting Problem: Find the Expectation of Boxes to Collect All Toys

A box of some snacks includes one of five toys. The chances of getting any of the toys are equally...

Close