InterviewSolution
Saved Bookmarks
| 1. |
Let there be a bag containing 5 white, 4 red and 3 green balls. Three balls are drawn. If X denotes the number of green balls. Exhibit X. |
|
Answer» Solution :X can TAKE values = 0, 1, 2, 3 `therefore`X is random variable with its range {0, 1, 2, 3} |
|