Suppose that X,Y, and Z are exponentially distributed with mean 3,4, and 5 respectively. Further assume that they are independent. Find the expected value variance of the max(X,Y,Z).
Answer; E[max(X,Y,Z)] = 7.4641 & Var[max(X,Y,Z)]=24.746
I'm having trouble determining how to get the distribution function for this.
I know that $f_W(x)=nf_X(x)(F_X(x))^{n-1}$
Since all the distributions have different parameters I don't know which one to plug in for $f_X(x)$ if I find the joint distribution I get $f(x,y,z)=\frac{1}{3}e^{\frac{-x}{3}}$ * $\frac{1}{4}e^{\frac{-x}{4}}$ * $\frac{1}{5}e^{\frac{-x}{5}}$ = $\frac{1}{60}e^{\frac{-47x}{60}}$
then $f_W(x)$=3$\frac{1}{60}e^{\frac{-47x}{60}}$ $\left(\frac{x}{60}e^{\frac{-47x}{60}}\right)^{2}$
E[max(X,Y,Z)] = $\int_0^\infty $$f_W(x)$ dx = $\frac{2}{934407}$
I really don't even know how to apply this formula to this problem. Can someone help?