This problem appeared in a past Quiz. I'm still not able to solve it:
Note(λ = 1/B). Suppose X~exponential(λ = 1), Y ~ exp(λ = 1) and Z ~ exp ( λ = 3)
Find P(max(X,Y) > 10) and E(max(X,Z)).
I know that for exponential distribution
max(X,Y) = min(X,Y) + R. (Where R is the remaining lifetime).
However I don't know how to use this fact to solve a problem