If the number of minutes it takes a service station attendant to balance a tire is a random variable having an exponential distribution with the parameter $\lambda = 0.2$, what are the probabilities that the attendant will take:
a) Less than $8$ minutes to balance $2$ tires
b) Less than $12$ minutes to balance $3$ tires
The $\lambda$ parameter confuses me, usually the parameter is $\theta$ so I don't know if that makes a difference, also I don't know how to figure out more than $1$ tire.
An exponential distribution with parameter $\lambda$ is the one with expectation $\lambda^{-1}$.
PDF: $f_X(x)=\lambda\,\mathsf e^{-\lambda x}\,\mathbf 1_{x\in[0;\infty)}$
CDF: $F_X(x)=(1-\mathsf e^{-\lambda x})~\mathbf 1_{x\in[0;\infty)}$
Use convolution.
$$\mathsf P(X_1+X_2\leq z)=\int_0^z\int_0^{z-x} f_{X_1}(x)f_{X_2}(y)~\mathsf d y~\mathsf d x$$