- #1
- 176
- 0
Homework Statement
For the random variable X with the following cumulative distribution function:
Calculate P(X[tex]\leq[/tex]1.5|X<2), P(X[tex]\leq[/tex]1.5|X[tex]\leq[/tex]2) and P(X = -2| |X|=2)
The Attempt at a Solution
This is an exercise about a subject I'm yet to see in class, but the teacher asked us to give it a try. I understand for conditional probability with random variables that P(X[tex]\leq[/tex]a| X[tex]\leq[/tex]b) = (P(X[tex]\leq[/tex]a, X[tex]\leq[/tex]b)/(P(X[tex]\leq[/tex]b)), that is, the probability for the intesection of X[tex]\leq[/tex]a and X[tex]\leq[/tex]b divided by the probability of X[tex]\leq[/tex]b.
For the first case, the intersection is X[tex]\leq[/tex]1.5, and P(X[tex]\leq[/tex]1.5) = 2/3 acording to the CDF. And P(X<2) is also 2/3, so P(X[tex]\leq[/tex]1.5|X<2) = 1.
For the second case, the intersection is again X[tex]\leq[/tex]1.5 and its probability is 2/3, but now, due to the jump in the function for X = 2, P(X[tex]\leq[/tex]2) = 1. So P(X[tex]\leq[/tex]1.5|X[tex]\leq[/tex]2) = 2/3.
I don't know if what I'm doing is right or not. I've checked some text, but the exercises are mostly done through the distribution of probability function, not the CDF.
And for the third case I'm confused, since I have no idea how to calculate P(|X|= 2). Is it the sum of P(X=2) and P(X=-2) (since I can think |X|= 2 as (X=2 v X=-2), so the P(X=2 v X=-2) = P(X=2) + P(X=-2), taking into account that those are disjoint events)?
Thanks.