Problem 10
Question
Early in the morning, a group of \(m\) people decides to use the elevator in an otherwise deserted building of 21 floors. Each of these persons chooses his or her floor independently of the others, and-from our point of viewcompletely at random, so that each person selects a floor with probability \(1 / 21\). Let \(S_{m}\) be the number of times the elevator stops. In order to study \(S_{m}\), we introduce for \(i=1,2, \ldots, 21\) random variables \(R_{i}\), given by \(R_{i}= \begin{cases}1 & \text { if the elevator stops at the } i \text { th floor } \\ 0 & \text { if the elevator does not stop at the } i \text { th floor. }\end{cases}\) a. Each \(R_{i}\) has a \(\operatorname{Ber}(p)\) distribution. Show that \(p=1-\left(\frac{20}{21}\right)^{m}\). b. From the way we defined \(S_{m}\), it follows that $$ S_{m}=R_{1}+R_{2}+\cdots+R_{21} . $$ Can we conclude that \(S_{m}\) has a \(\operatorname{Bin}(21, p)\) distribution, with \(p\) as in part a? Why or why not? c. Clearly, if \(m=1\), one has that \(\mathrm{P}\left(S_{1}=1\right)=1\). Show that for \(m=2\) $$ \mathrm{P}\left(S_{2}=1\right)=\frac{1}{21}=1-\mathrm{P}\left(S_{2}=2\right) $$ and that \(S_{3}\) has the following distribution. $$ \begin{array}{cccc} a & 1 & 2 & 3 \\ \hline \mathrm{P}\left(S_{3}=a\right) & 1 / 441 & 60 / 441 & 380 / 441 \end{array} $$
Step-by-Step Solution
VerifiedKey Concepts
Bernoulli Distribution
To determine whether the elevator stops on a given floor, we calculate the probability that at least one person chooses it. If the probability each person selects a particular floor is independent and equal to \( \frac{1}{21} \), then the probability that no one selects that floor is \( \left( \frac{20}{21} \right)^m \). Conversely, the probability that at least one person chooses that floor and the elevator stops there is a success, given by \( p = 1 - \left( \frac{20}{21} \right)^m \).
This structure fits perfectly into the framework of the Bernoulli distribution, where each floor check is an independent trial with two possible outcomes, making it a cornerstone for understanding more complex distributions like the binomial distribution.
Binomial Distribution
This sum characterizes a binomial distribution, \( \operatorname{Bin}(n, p) \), where \( n \) is the number of trials (21 floors) and \( p \) is the probability of success per trial (probability that the elevator stops at a floor). Since each \( R_i \) represents an independent Bernoulli trial, \( S_m \) is binomially distributed with parameters \( n = 21 \) and \( p = 1 - \left( \frac{20}{21} \right)^m \).
This distribution allows us to compute the probability of different numbers of stops that the elevator can make, giving insight into stopping patterns across occupants choosing floors independently.
Random Variables
Each \( R_i \) can independently take the values 0 or 1 (the Bernoulli outcome), demonstrating how random variables can simplify the representation and analysis of probabilistic situations. When summed together, as in \( S_m = R_1 + R_2 + \cdots + R_{21} \), these random variables reflect the total number of stops made by the elevator. The behavior of \( S_m \), therefore, is governed by the characteristics and properties of the random variables \( R_i \).
Understanding random variables is crucial, as they allow us to build complex models and make informed conclusions in scenarios of uncertainty based on probabilities.
Independence in Probability
In terms of the elevator problem, independence is crucial for validly applying the binomial distribution. Each \( R_i \) being independent ensures that the probability of stopping at one floor does not interfere with the probability of stopping at any other floor.
The independence assumption simplifies our analysis significantly. It permits us to use the product rule to determine the overall probability of the elevator stopping on any given floor, as no floor\’s probability depends on another. Therefore, independence not only simplifies calculations but also helps in developing probabilistic models that represent real-world scenarios accurately.