X and Y are independent random variables. It is given that P ( X = 0 ) = 0 . 1 5 , P ( max ( X , Y ) = 0 ) = 0 . 2 3 and P ( min ( X , Y ) = 0 ) = 0 . 1 9 . Let p = P ( Y = 0 ) . What is the value of ⌊ 1 0 0 0 p ⌋ ?
Details and assumptions
The function max ( X , Y ) denotes the maximum of X and Y . As an explicit example, max ( 1 , 2 ) = 2 .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Do you see how the principle of Inclusion and Exclusion is used here? It greatly simplifies the problem.
Do we need the condition that X and Y are independent?
Log in to reply
I think this problem looks hard and when it is done, we get the simple method. My problem is, how principle of Inclusion and Exlusion can be used in this problem?
Log in to reply
See my solution below.
Log in to reply
@Calvin Lin – I'd understood that.. thanks a lot (Btw, I used the second method of yours to answer this problem)
Solution 1: The principle of Inclusion and Exclusion states that for any 2 events, we have
P ( A ) + P ( B ) = P ( A ∩ B ) + P ( A ∪ B ) .
Let A = max ( X , Y ) = 0 and B = min ( X , Y ) = 0 . Then, we have
P ( max ( X , Y ) = 0 ) + P ( min ( X , Y ) = 0 ) = P ( max ( Y , Y ) = 0 ∩ min ( X , Y ) = 0 ) + P ( max ( Y , Y ) = 0 ∪ min ( X , Y ) = 0 ) = P ( X = 0 ∩ Y = 0 ) + P ( X = 0 ∪ Y = 0 ) .
Now, let A = ( X = 0 ) and B = ( Y = 0 ) , and we get that
P ( X = 0 ) + P ( Y = 0 ) = P ( X = 0 ∩ Y = 0 ) + P ( X = 0 ∪ Y = 0 ) .
Thus, we get that
P ( max ( X , Y ) = 0 ) + P ( min ( X , Y ) = 0 ) = P ( X = 0 ∩ Y = 0 ) + P ( X = 0 ∪ Y = 0 ) = P ( X = 0 ) + P ( Y = 0 )
Hence, P ( Y = 0 ) = P ( max ( X , Y ) = 0 ) + P ( min ( X , Y ) = 0 ) − P ( X = 0 ) , hence this gives p = 0 . 2 3 + 0 . 1 9 − 0 . 1 5 = 0 . 2 7 0 , so the answer is 2 7 0 .
Solution 2: To understand what max ( X , Y ) = 0 means, let's consider how this is possible. We clearly need X ≤ 0 and Y ≤ 0 . Furthermore, if we have X < 0 (respectively Y < 0 ), then we must have Y = 0 (resp. X = 0 ). Adding on the case that X = 0 , Y = 0 , we get that P ( max ( X , Y ) = 0 ) = P ( X = 0 , Y < 0 ) + P ( X < 0 , Y = 0 ) + P ( X = 0 , Y = 0 ) . Applying the independence of the random variables, we get P ( max ( X , Y ) = 0 ) = P ( X = 0 ) ⋅ P ( Y < 0 ) + P ( X < 0 ) ⋅ P ( Y = 0 ) + P ( X = 0 ) ⋅ P ( Y = 0 ) .
Similarly, min ( X , Y ) = 0 breaks up into the cases X > 0 , Y = 0 and X = 0 , Y > 0 and X = 0 , Y = 0 . Hence, we get that P ( min ( X , Y ) = 0 ) = P ( X = 0 ) ⋅ P ( Y > 0 ) + P ( X > 0 ) ⋅ P ( Y = 0 ) + P ( X = 0 ) ⋅ P ( Y = 0 ) .
Adding up these two equations, we get that
+ P ( max ( X , Y ) = 0 ) P ( min ( X , Y ) = 0 ) ) = P ( X = 0 ) ⋅ [ P ( Y < 0 ) + P ( Y > 0 ) ] + P ( Y = 0 ) [ P ( X < 0 ) + P ( X > 0 ) ] + 2 P ( X = 0 ) ⋅ P ( Y = 0 ) = P ( X = 0 ) ⋅ [ 1 − P ( Y = 0 ) ] + P ( Y = 0 ) ⋅ [ 1 − P ( X = 0 ) ] + 2 P ( X = 0 ) ⋅ P ( Y = 0 ) = P ( X = 0 ) + P ( Y = 0 ) where the identities P ( X < 0 ) + P ( X = 0 ) + P ( X > 0 ) = 1 and P ( Y < 0 ) + P ( Y = 0 ) + P ( Y > 0 ) = 1 are used in the second line. Thus, 0 . 2 3 + 0 . 1 9 = 0 . 1 5 + P ( Y = 0 ) , so ⌊ 1 0 0 0 P ( Y = 0 ) ⌋ = 2 7 0 .
Work on each case of X,Y=0, negative or positive number.
Case 1: P(X=0, Y=0) = 0.15 \times p
Case 2: P(X=pos., Y=0) = \(P(X=pos.) \times p\)
Case 3: P(X=neg., Y=0) = \(P(X=neg.) \times p\)
Case 4: P(X=0, Y=pos.) = \(0.15 \times P(Y=pos.)\)
Case 5: P(X=0, Y=neg.) = \(0.15 \times P(Y=neg.)\)
Note that Cases 1, 3, 5 satisfy P(max(X,Y)=0) and Cases 1, 2, 4 satisfy P(min(X,Y)=0).
Solving linear equation:
\(0.15p + P(X=neg.)p + 0.15P(Y=neg.)\) = 0.23
\(0.15p + P(X=pos.)p + 0.15P(Y=pos.)\) = 0.19
Simplifying,
\(0.15(P(Y=neg.) + P(Y=pos.) + 2p) + p(P(X=neg.) + P(X=pos.))\) = 0.42
Further, \(P(N=neg.) + P(N=pos.) = P(1-N), so:
\(0.15(P(1-p) + 2p) + p(1-P(X))\) = 0.42
\(0.15 + 0.15p + p - 0.15p\) = 0.42
\(0.15 + p\) = 0.42
p = 0.27
1000p = 270
p= P(Y=0)
p= [P(max(X,Y)=0) + P(min(X,Y)=0)] - P(X=0)
p = (0.23 + 0.19) - 0.15
p = 0.27
1000p = 270
p=0.19+0.23-0.15=0.27 1000p=0.27*1000+=270
The idea behind this solution is to think of each of the events ( X = m i n ( X , Y ) ) and ( Y = m a x ( X , Y ) ) as contrary to the event ( X = m a x ( X , Y ) ) . If events A and B are contrary, then P ( A ) = 1 − P ( B ) . It basically means that if one of them happens, the other will not. And if one doesn't happen, the other will.
For easier redaction, I will state the following: ( X = m a x ( X , Y ) ) = ( X m a x ) , ( X = m i n ( X , Y ) ) = ( X m i n ) , ( Y = m a x ( X , Y ) ) = ( Y m a x ) , ( Y = m i n ( X , Y ) ) = ( Y m i n ) .
Firstly, ( m a x ( X , Y ) = 0 ) is equivalent to ( X being at the same time m a x ( X , Y ) and equal to zero, or Y being at the same time m a x ( X , Y ) and equal to zero).
P ( m a x ( X , Y ) = 0 ) = 0 . 2 3 ⇒ P ( X m a x ) × P ( X = 0 ) + P ( Y m a x ) × P ( Y = 0 ) = 0 . 2 3 ⇒ P ( X m a x ) × 0 . 1 5 + ( 1 − P ( X m a x ) ) × P ( Y = 0 ) = 0 . 2 3 (1).
Secondly, ( m i n ( X , Y ) = 0 ) is equivalent to ( X being at the same time m i n ( X , Y ) and equal to zero, or Y being at the same time m i n ( X , Y ) and equal to zero).
P ( m i n ( X , Y ) = 0 ) = 0 . 1 9 ⇒ P ( X m i n ) × P ( X = 0 ) + P ( Y m i n ) × P ( Y = 0 ) = 0 . 1 9 ⇒ ( 1 − P ( X m a x ) ) × 0 . 1 5 + P ( X m a x ) × P ( Y = 0 ) = 0 . 1 9 ⇒ 0 . 1 5 − 0 . 1 5 × P ( X m a x ) + P ( X m a x ) × P ( Y = 0 ) = 0 . 1 9 (2).
( 1 ) + ( 2 ) ⇒ P ( X m a x ) × 0 . 1 5 + ( 1 − P ( X m a x ) ) × P ( Y = 0 ) + 0 . 1 5 − − 0 . 1 5 × P ( X m a x ) + P ( X m a x ) × P ( Y = 0 ) = 0 . 2 3 + 0 . 1 9 ⇒ P ( X m a x ) × 0 . 1 5 − 0 . 1 5 × P ( X m a x ) + P ( Y = 0 ) × ( 1 − P ( X m a x ) + + P ( X m a x ) ) + 0 . 1 5 = 0 . 4 2 ⇒ 0 + P ( Y = 0 ) × 1 = 0 . 4 2 − 0 . 1 5 ⇒ P ( Y = 0 ) = 0 . 2 7 ⇒ p = 0 . 2 7 ⇒ 1 0 0 0 × p = 2 7 0 .
Problem Loading...
Note Loading...
Set Loading...
By the principle of Inclusion and Exclusion,
P ( Y = 0 ) = P ( m a x ( X , Y ) = 0 ) + P ( m i n ( X , Y ) = 0 ) − P ( X = 0 ) , hence this gives p = 0 . 2 3 + 0 . 1 9 − 0 . 1 5 = 0 . 2 7 , so the answer is 2 7 0 .