I am not sure about my solution to this problem. I need your help and guidance. Thank you.
Assume that $A, B,$ and $C$ went to a bank to be served by three tellers and when they got into the bank, all the three tellers were free and so each of $A, B,$ and $C$ were served. The time it took $A, B,$ and $C$ to be served is distributed exponentially and independent of one another with a constant rate $\mu$. What is the expected value and variance of the time it took $A, B,$ and $C$ to be served.
My idea is that since the time it took to be served by A, B and C is iid, then the expectation and variance of time will be the sum of each expected time and the sum of each time variance. That is $$\sum_{i=1}^3 E[T_i] = 3(1/\mu)$$ and $$\sum_{i=1}^3 \text{Var}[T_i] = 3(1/\mu^2)$$
Let $A$, $B$ and $C$ be their serving times. Since they are exponential with parameter $\mu$ $$ P(A < t) = P(B<t) = P(C < t) = 1-e^{-\mu t} .$$ We are interested in the serving time $T = \max\{A,B,C\}$. Then using independence, \begin{align} P(T < t) &= P(A<t) \cdot P(B<t) \cdot P(C<t) \\&= (1-e^{-\mu t})^3 \\&= 1 - 3 e^{-\mu t} + 3 e^{-2\mu t} - e^{-3\mu t} .\end{align} The PDF is found by differentiating: $$ 3 \mu e^{-\mu t} - 6 \mu e^{-2\mu t} + 3 \mu e^{-3\mu t} .$$ The expected value is $$ \int_0^\infty t (3 \mu e^{-\mu t} - 6 \mu e^{-2\mu t} + 3 \mu e^{-3\mu t}) \, dt = \frac{11}{6\mu} .$$ The expected value of $T^2$ is $$ \int_0^\infty t^2 (3 \mu e^{-\mu t} - 6 \mu e^{-2\mu t} + 3 \mu e^{-3\mu t}) \, dt = \dots $$ well, you get the idea, and from this you get the variance.