InterviewSolution
Saved Bookmarks
| 1. |
Determine P(E|F). A die thrown three times, E: '4 appears on the third toss.F:'6 and 5 appears respectively on the two tosses'. |
|
Answer» SOLUTION :Here N (S) = `6^3` =216 E={(1,1,4),(1,2,4),(1,3,4),(1,4,4),(1,5,4),(1,6,4),(2,1,4),(2,2,4),(2,3,4),(2,4,4),(2,5,4),(2,6,4) |
|