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.