InterviewSolution
Saved Bookmarks
| 1. |
If A , B are event such that P(A)=0.6, P(B)=0.4 and P(A cap B)=0.2, then find P(B | A) |
|
Answer» <P> SOLUTION :`P(B/A)=(P(A capB))/(P(A))=0.2/0.6=2/6=1/3` |
|