InterviewSolution
Saved Bookmarks
| 1. |
A pair of dice is thrown. If the two numbers appearing are different , find the probability thet 6 appears on one die. |
|
Answer» Solution :LET C be the event that 6 appears on one DIE . `therefore` C={ (1,6),(2,6),(3,6),(4,6),(5,6),(6,1),(6,2),(6,3),(6,4),(6,5) } `therefore P(C)=absC/absS=10/30=1/3` |
|