InterviewSolution
Saved Bookmarks
| 1. |
In each of the Exercises choose the correct answer:If `P(A) =1/2`, `P (B) = 0`, then `P (A|B)`isA. `0`B. `1/2`C. not definedD. 1 |
|
Answer» Correct Answer - C (c) Given that `P(A)=1/2` and `P(B)=0` `P(A//B)=(P(AnnB))/(P(B))=(P(AnnB))/0=oo` Therefore `P(A/B)` is not defined. |
|