Probability of new random variables that depent in 2 other random independent variable

30 Views Asked by At

You have 2 independent random variables with pdfs $$f_X(x)=0.25[u(x)-u(x-4)] \quad \text{and} \quad f_Y(y)=e^{-y}u(y).$$

Define new random variable by $$Z= \begin{cases} Y, & X \le 2\\ X, & X >2\end{cases}$$ Calculate: $\mathbb{P}(Z\le2)$.

So here I am stuck and do not know how to proceed, the only hint my lecturer said: using in "Law of total probability",I dont know how to connect the new r/v Z to X Y and . Please help

1

There are 1 best solutions below

4
On BEST ANSWER

HINT

Compute $\mathbb{P}[X\le 2]$ from the pdf. Then you have $$ \begin{split} \mathbb{P}[Z \le 2] &= \mathbb{P}[Z \le 2, X > 2] + \mathbb{P}[Z \le 2, X \le 2] \\ &= \mathbb{P}[Z \le 2| X > 2] \mathbb{P}[X>2] + \mathbb{P}[Z \le 2| X \le 2] \mathbb{P}[X\le 2]\\ \end{split} $$ Now plug in the definition of $Z$ and it should convert nicely to what you can deal with.