Calculate Probability: Diff $Y-X \leq 1$

  • Context:
  • Thread starter Thread starter evinda
  • Start date Start date
  • Tags Tags
    Probability
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
evinda
Gold Member
MHB
Messages
3,741
Reaction score
0
Hello! (Wave)

Suppose that $X$ has the uniform distribution on the interval $[0,2]$ and $Y$ has the uniform distribution on the interval $[2,4]$. If $X,Y$ are independent, I want to find the probability that the difference $Y-X$ is $\leq 1$.

I have thought the following.The density function of $X$ is

$$p_1(x)=\left\{\begin{matrix}
\frac{1}{2} &, 0 \leq x \leq 2 \\
0 & , \text{ otherwise}
\end{matrix}\right.$$

while the density function of $Y$ is

$$p_2(x)=\left\{\begin{matrix}
\frac{1}{2} &, 2 \leq x \leq 4 \\
0 & , \text{ otherwise}
\end{matrix}\right.$$How can we find the probability that the difference $Y-X$ is $\leq 1$ ? Do we use the above density functions? (Thinking)
 
Physics news on Phys.org
Just for fun, here's the corresponding graph.
[DESMOS]advanced: {"version":5,"graph":{"squareAxes":false,"viewport":{"xmin":-0.5,"ymin":-0.5,"xmax":6.5,"ymax":6.5}},"expressions":{"list":[{"id":"graph1","type":"expression","latex":"\\max\\left(\\left|x-1\\right|,\\left|y-3\\right|\\right)\\le1","color":"#60a0e3"},{"id":"2","type":"expression","latex":"y-x\\le1\\left\\{\\max\\left(\\left|x-1\\right|,\\left|y-3\\right|\\right)\\le1\\right\\}","color":"#c74440"},{"id":"3","type":"expression","color":"#fa7e19"}]}}[/DESMOS]

The blue area corresponds to the part where the joint probability density is non-zero.
And the red area corresponds to the part where $Y-X \le 1$. (Thinking)
 
Nice, thank you! (Smirk)