Probabilities of An Infinite Sequence of Die Rolling

Probability problems

Problem 745

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 in the first $n \geq k$ rolls.
(3) Every die roll results in the face 5.

LoadingAdd to solve later

Sponsored Links


Solution.

Solution of (1)

Let $E_i$ be the $i$th die roll event that lands on the face 5. Then we have the probability $P(E_i) = 1/6 =: p$. Then the desired probability is obtained as follows.
\begin{align*}
&P(\text{at least one 5 in the first $n$ trials}) \\
&= 1 – P(\text{no 5 in the first $n$ trials})\\
&= 1 – P(E_1^c E_2^c \cdots E_n^c)\\
&= 1 – P(E_1^c) P(E_2^c) \cdots P(E_n^c) && \text{ by independence}\\
&= 1 – \left(1-P(E_1)\right) \left(1-P(E_2)\right) \cdots \left(1-P(E_n)\right)\\
&= 1 – (1-p)^n\\
&= 1 – (5/6)^n
\end{align*}

Solution of (2)

Suppose that we have exactly $k$ dice land on the face 5 and the rest of $n-k$ trials land other than 5. The probability of such an event is given by $p^k(1-p)^{n-k}$ as each trial is independent of each other. Now, there are totally ${n \choose k}$ such sequences of events. Thus, the probability that exactly $k$ dice land on the face 5 in the fist $n$ rolls is
\[{n \choose k}p^k(1-p)^{n-k} = {n \choose k}\left(\frac{1}{6}\right)^k \left(\frac{5}{6}\right)^{n-k} = {n \choose k} \frac{5^{n-k}}{6^n}.\]

Solution of (3)

Let $F_i$ be the event that all die rolls land the face 5 for the first $i$th trials. Thus, $F_i = E_1 E_2 \cdots E_i$. Note that the sequence $\{F_i\}$ is increasing, that is, we have
\[F_1 \subset F_2 \subset \cdots \subset F_n \subset \cdots.\]

Now, the desired probability can be expressed as $P(\lim_{n\to \infty} F_n)$. By the result of Problem “Interchangeability of Limits and Probability of Increasing or Decreasing Sequence of Events“, we obtain
\begin{align*}
&P\left(\lim_{n\to \infty} F_n \right)\\
&= \lim_{n \to \infty} P(F_n)\\
&= \lim_{n \to \infty} P(E_1 E_2 \dots E_n)\\
&= \lim_{n \to \infty} P(E_1) P(E_2) \cdots P(E_n) && \text{ by independence}\\
&= \lim_{n \to \infty} p^n \\
&= \lim_{n \to \infty} (1/6)^n\\
&= 0.
\end{align*}
Therefore the probability that all die rolls result in the face 5 is zero.


LoadingAdd to solve later

Sponsored Links

More from my site

  • Conditional Probability Problems about Die RollingConditional Probability Problems about Die Rolling A fair six-sided die is rolled. (1) What is the conditional probability that the die lands on a prime number given the die lands on an odd number? (2) What is the conditional probability that the die lands on 1 given the die lands on a prime number? Solution. Let $E$ […]
  • Probability Problems about Two DiceProbability Problems about Two Dice Two fair and distinguishable six-sided dice are rolled. (1) What is the probability that the sum of the upturned faces will equal $5$? (2) What is the probability that the outcome of the second die is strictly greater than the first die? Solution. The sample space $S$ is […]
  • 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 […]
  • Complement of Independent Events are IndependentComplement of Independent Events are Independent Let $E$ and $F$ be independent events. Let $F^c$ be the complement of $F$. Prove that $E$ and $F^c$ are independent as well. Solution. Note that $E\cap F$ and $E \cap F^c$ are disjoint and $E = (E \cap F) \cup (E \cap F^c)$. It follows that \[P(E) = P(E \cap F) + P(E […]
  • Independent Events of Playing CardsIndependent Events of Playing Cards A card is chosen randomly from a deck of the standard 52 playing cards. Let $E$ be the event that the selected card is a king and let $F$ be the event that it is a heart. Prove or disprove that the events $E$ and $F$ are independent. Definition of Independence Events […]
  • What is the Probability that All Coins Land Heads When Four Coins are Tossed If…?What is the Probability that All Coins Land Heads When Four Coins are Tossed If…? Four fair coins are tossed. (1) What is the probability that all coins land heads? (2) What is the probability that all coins land heads if the first coin is heads? (3) What is the probability that all coins land heads if at least one coin lands […]
  • Lower and Upper Bounds of the Probability of the Intersection of Two EventsLower and Upper Bounds of the Probability of the Intersection of Two Events Let $A, B$ be events with probabilities $P(A)=2/5$, $P(B)=5/6$, respectively. Find the best lower and upper bound of the probability $P(A \cap B)$ of the intersection $A \cap B$. Namely, find real numbers $a, b$ such that \[a \leq P(A \cap B) \leq b\] and $P(A \cap B)$ could […]
  • Overall Fraction of Defective Smartphones of Three FactoriesOverall Fraction of Defective Smartphones of Three Factories A certain model of smartphone is manufactured by three factories A, B, and C. Factories A, B, and C produce $60\%$, $25\%$, and $15\%$ of the smartphones, respectively. Suppose that their defective rates are $5\%$, $2\%$, and $7\%$, respectively. Determine the overall fraction of […]

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
Interchangeability of Limits and Probability of Increasing or Decreasing Sequence of Events

A sequence of events $\{E_n\}_{n \geq 1}$ is said to be increasing if it satisfies the ascending condition \[E_1 \subset...

Close