InterviewSolution
Saved Bookmarks
| 1. |
Three dice are thrown simultaneously. write the event that all the three dice show the same number as a set. |
| Answer» SOLUTION :{(1,1,1),(2,2,2),(6,6,6),(3,3,3),(4,4,4),(5,5,5),(6,6,6)} | |