

InterviewSolution
1. |
A class consists of 10 boys and 8 girls. Thee students are selected at random. What is the probability that the selected group has (i) all boys? (ii) all girls? (iii) 1 boy and 2 girls? (iv) at least one girl? (v) at most one girl? |
Answer» Given: class consisting of 10 boys and 8 girls Formula: P(E) = \(\frac{favorable\ outcomes}{total\ possible\ outcomes}\) three students are selected at random, total possible outcomes are 18C3 therefore n(S)= 18C3 = 816 (i) let E be the event that all are boys n(E)= 10C3 = 120 P(E) = \(\frac{n(E)}{n(S)}\) P(E) = \(\frac{120}{816}\) = \(\frac{5}{34}\) (ii) let E be the event that all are girls n(E) = 8C3 = 56 P(E) = \(\frac{n(E)}{n(S)}\) P(E) = \(\frac{56}{816}\) = \(\frac{7}{102}\) (iii) let E be the event that one boy and two girls are selected n(E) = 8C1 10C2 = 360 P(E) = \(\frac{n(E)}{n(S)}\) P(E) = \(\frac{360}{816}\) = \(\frac{35}{102}\) (iv) let E be the event that at least one girl is in the group E= {1,2,3} n(E)= 8C1 10C2 + 8C2 10C1+ 8C3 10C0 = 696 P(E) = \(\frac{n(E)}{n(S)}\) P(E) = \(\frac{693}{816}\) = \(\frac{29}{34}\) (v) let E be the event that at most one girl is in the group E= {0, 1} n(E) = 8C0 10C3 + 8C1 10C2 = 480 P(E) = \(\frac{n(E)}{n(S)}\) P(E) = \(\frac{480}{816}\) = \(\frac{10}{17}\) |
|