InterviewSolution
Saved Bookmarks
| 1. |
Given that x belongs to [0,1] and y belongs to[0,1]. Let A be the event of (x,y) satisfyingy^2 |
|
Answer» Given that x belongs to [0,1] and y belongs to[0,1]. Let A be the event of (x,y) satisfying y^2<=x and B be the event of (x,y) satisfying x^2<=y. Then, A)P(A intersection B)=1/3 B)A,B are exclusive C)P(A)=P(B) D)P(A union B) is not equal to 1 |
|