InterviewSolution
Saved Bookmarks
| 1. |
Find the probability of getting a odd number in a single roll of the die |
|
Answer» <P> `=P(1)+P(3)+P(5)` `1/21+ 3/21+5/21=9/21` |
|