I have a random variable $X_i = \{$ harvest of wheat in quintals per one hectar $\}$ with a uniform distribution $X_i ~ U(16;20)$. The total number of hectars is $1600$. I'm supposed to give in interval within which about 0.99 probability the whole harvest falls, using central limit theorem.
So I calculated that $\eta = 18$ , $\sigma = 4/3$. Then, using the CLT, I have that
$P (\bar{X}_{1600} \le \alpha) = 0.99$
$\alpha = 28907.43$ and this should be my upper bound. My question is, how can I calculate the lower bound of this interval? Thank you very much