InterviewSolution
Saved Bookmarks
| 1. |
Find the probability of getting an even number in a single roll of the die. |
|
Answer» <P> `=P(2)+P(4)+P(6)` `2/21+4/21+6/21=12/21` |
|