Maximum of one exponential and one uniformly distributed random variable

107 Views Asked by At

If X and Y are independent random variables with X exponentially distributed with mean 1 and Y uniformly distributed in [0,1] , how do I find the distribution of Max(X,Y)

1

There are 1 best solutions below

0
On

$\max\{X,Y\}<x$ if and only if $X<x$ and $Y<x$.

It says "and". And the two are independent.