Suppose I choose $4$ distinct integers from the set $\{1,2,3,...,47,48\}$. What would be the expectation of the minimum of the four numbers (say $X$).
My attempt: Using tail sum formula we get:
$P(X\geq1)+...+P(X\geq45) = \frac{48C4}{48C4}+\frac{47C4}{48C4}+...+\frac{4C4}{48C4}.$
Where can I go from here?
P.S. is there a way to approach this question from a more intuitive sense?
Using the familiar combinatorial identity $$\binom{n+1}{k+1}=\sum_{i=0}^n\binom ik$$ with $k=4$ and $n=48,$ the expectation is $$E(X)=\sum_{i=1}^{48}P(X\ge i)=\sum_{i=0}^{47}P(X\gt i)=\sum_{i=0}^{47}\frac{\binom{48-i}4}{\binom{48}4}=\frac{\sum_{i=1}^{48}\binom i4}{\binom{48}4}=\frac{\binom{49}5}{\binom{48}4}=\frac{49}5=9.8$$