Suppose we have a collection of 8 independently and identically distributed exponential random variables $X_i \stackrel{\text{iid}}{\sim} \text{Exp}(1)$ and we select $N$ of them, where $N$ ranges from $1$ to $8$ with equally likely probabilities. We are interested in determining the variance of the minimum of the selected $N$.
It is given that the minimum of a group of exponentially distributed variables $X_i$ is given by $$\min\{x_i\} \sim \text{Exp}\left(\sum_{\forall i} \lambda_i\right)$$, so the conditional distribution of the minimums, say, $T$, is given by $$T \mid N = \text{Exp}(N).$$
Using the formula $$\text{Var}(T) = \mathbb{E}[\text{Var}(T \mid N)] + \text{Var}(\mathbb{E}[T \mid N])$$ yields an expression that I have difficulty simplifying: \begin{align*} \text{Var}[T] &= \mathbb{E}[\text{Var}[T \mid X]] + \text{Var}[\mathbb{E}[T \mid X]] \\ &= \mathbb{E}[\text{Var}[\text{Exp}(N)]] + \text{Var}[\mathbb{E}[\text{Exp}(N)]] \\ &= \mathbb{E}[1/N^2] + \text{Var}[1/N] \\ &= \sum_{i = 1}^{8} \frac{1}{i^2}P_N(i) + \sum_{i = 1}^{8} \left(\frac{1}{i} - \mathbb{E}[1/N]\right)^2P_N(i) \\ &= \frac{1}{8}\left(\sum_{i = 1}^{8} \frac{1}{i^2} + \sum_{i = 1}^{8} \left(\frac{1}{i} - \frac{1}{8}\sum_{i = 1}^{8} \frac{1}{i}\right)^2 \right) \end{align*} Any advice on how to proceed?
What you are looking at are the first and second order harmonic numbers.
They do not have nice closed forms.
If you do not have a table or such handy, well you have a series of eight fractions. Just add them up manually, or by computation.
$${\sum_{i=1}^{8}\tfrac 1i =H_8=\tfrac{761}{280} \:,\\\sum_{i=1}^{8}\tfrac 1{i^2}=H_8^{(2)}=\tfrac{1077749}{705600}}$$