0
$\begingroup$

Let $X\sim B(5,0.5)$ and $Y\sim U(0,1)$ be two independent variables. Then,

$$P(X+Y\leq 2)/P(X+Y \geq 5) = ?$$

Should I use convolution for this? But binomial is discrete and uniform is continuous distribution.

  • 1
    **Hint**: You can easily condition on the values taken by the discrete variable, which is $X$.2017-01-29

2 Answers 2

3

The probability is =$\dfrac{\mathsf P(X=0)\cdot\mathsf P(Y\in (0;1))+ \mathsf P(X=1)\cdot \mathsf P(Y\in (0;1))}{\mathsf P(X=5)\cdot \mathsf P(Y\in (0;1)) }$

Hope you see that the $\mathsf P(Y \in (0;1))=1$ Answer should be $6$

  • 0
    So the answer is 5? I didn't get the method.2017-01-29
  • 0
    answer should be 6 i corrected it2017-01-29
  • 0
    Ok. I get it now. Thanks :)2017-01-29
  • 0
    happy it helped you2017-01-29
  • 0
    thnx Graham for the edit2017-01-29
0

We have $$\frac{P(X+Y\leq2)}{P(X+Y\geq5)}=\frac{P(X=0).P(Y\in(0,1))+P(X=1).P(Y\in(0,1))}{P(X=5).P(Y\in(0,1)}$$

Since $Y$ follows a uniform distribution so $P(Y\in(0,1))=1$

And, by using Binomial distribution, we can see that $$P(X=0)=\frac{1}{2^5}$$ $$P(X=1)=\frac{5}{2^5}$$ $$P(X=5)=\frac{1}{2^5}$$

Putting the values in the expression we have above, the answer comes out to be $6$ .