Here's a question:
Person's height in CMs is a random variable $X$ ~ $N(170, 25)$. Door's height is $180$ cm. What is the expected value of number of people that can enter the door until the first one who will need to bend ?
To be honest I can't think about a way to solve it. Can you help me with that? Thanks in advance.
HINT:
Let $k$ denote the probability that a person can walk through the door without bending:
$$k=P(X\leq180)$$
The probability that $n$ people will walk through the door until the first one bends is:
$$k^{n-1} \cdot (1-k)^1$$
The expected number of people that will walk through the door until the first one bends is:
$$\sum\limits_{n=1}^{\infty}k^{n-1} \cdot (1-k)^1 \cdot n$$