

InterviewSolution
Saved Bookmarks
1. |
Write the sample space for randomly selecting one minister and one deputy minister from four persons. |
Answer» Suppose, four persons are denoted by a, b, c and d. Firstly, one minister can be selected in 4C1 ways than secondly one deputy minister can be selected in 3C1 ways. ∴ Total number of selections = 4C1 × 3C1 Hence, the sample space for randomly selecting one minister and one deputy minister from four persons is expressed as follows: U = {(a, b), (a, c), (a, d), (b, a), (b, c), (b, d), (c, a), (c, b), (c, d), (d, a), (d, b), (d, c)}. Where, in each bracket, first place indicates minister and second place indicates deputy minister. |
|