We have said elsewhere that adult American malesβ heights in inches are distributed like
\(N(69, 2.8)\text{.}\) Supposing this is true, let us figure out what is the probability that 52 randomly chosen adult American men, lying down in a row with each oneβs feet touching the next oneβs head, stretch the length of a football field. [Why 52? Well, an American football team may have up to 53 people on its active roster, and one of them has to remain standing to supervise everyone elseβs formation lying on the field....]
First of all, notice that a football field is 100 yards long, which is 300 feet or 3600 inches. If every single one of our randomly chosen men was exactly the average height for adult men, that would a total of
\(52*69=3588\) inches, so they would not stretch the whole length. But there is variation of the heights, so maybe it will happen sometimes....
So imagine we have chosen 52 random adult American men. Measure each of their heights, and call those numbers \(x_1, x_2, \dots, x_{52}\text{.}\) What we are trying to figure out is whether \(\sum x_i \ge 3600\text{.}\) More precisely, we want to know
\begin{equation*}
P\left(\sum x_i \ge 3600\right)\ .
\end{equation*}
Nothing in that looks familiar, but remember that the 52 adult men were chosen randomly. The best way to choose some number, call it \(n=52\text{,}\) of individuals from a population is to choose an SRS of size \(n\text{.}\)
Letβs also assume that we did that here. Now, having an SRS, we know from the CLT that the sample mean
\(\overline{x}\) is
\(N(69, 2.8/\sqrt{52})\) or, doing the arithmetic,
\(N(69, .38829)\text{.}\)
But the question we are considering here doesnβt mention \(\overline{x}\), you cry! Well, it almost does: \(\overline{x}\) is the sample mean given by
\begin{equation*}
\overline{x} = \frac{\sum x_i}{n} = \frac{\sum x_i}{52} \ .
\end{equation*}
What that means is that the inequality
\begin{equation*}
\sum x_i \ge 3600
\end{equation*}
amounts to exactly the same thing, by dividing both sides by 52, as the inequality
\begin{equation*}
\frac{\sum x_i}{52} \ge \frac{3600}{52}
\end{equation*}
or, in other words,
\begin{equation*}
\overline{x} \ge 69.23077\ .
\end{equation*}
Since these inequalities all amount to the same thing, they have the same probabilities, so
\begin{equation*}
P\left(\sum x_i \ge 3600\right) = P\left(\overline{x} \ge 69.23077\right)\ .
\end{equation*}
But remember \(\overline{x}\) was \(N(69, .38829)\text{,}\) so we can calculate this probability with LibreOffice Calc or Microsoft Excel as
\begin{align*}
P\left(\overline{x} \ge 69.23077\right)
\amp = 1 - P\left(\overline{x} \lt 69.23077\right)\\
\amp = \text{NORM.DIST}(69.23077, 69, .38829, 1)\\
\amp = .72385
\end{align*}
where here we first use the probability rule for complements to turn around the inequality into the direction that NORM.DIST calculates.
Thus the chance that 52 randomly chosen adult men, lying in one long column, are as long as a football field, is 72.385%.