I'm working on the following sample problem and there's no solution for it.
Let X be the amount of time a student needed to finish a midterm. Assume that X follows an exponential distribution with mean 30.
- Compute V(X)
- Compute P(X>=45)
- What is the 60th percentile of X?
All three of these need to compute the integral of the exponential distribution right? I suppose that's where I'm stuck at. It doesn't seem trivial to compute this value.
Note that this isn't homework -- this is just a practice problem.
If you wished to derive the formula for $V(X)$ and the PDF of an exponential distribution, then integration would be required. However, I think the problem assumes you are already given these. That is, it assumes you know that for an exponential distribution, $V(X)=\frac{1}{\lambda^{2}}$ and the PDF is $\mathbb{P}(X=k)=\lambda e^{-\lambda k}$, where $\lambda$ is the inverse of $\mathbb{E}(X)$ , in this case, $\frac{1}{30}$.