SOLUTION: In a group of 15 boys, there are 6 scouts. In how many ways can 8 boys be selected, so as to include (i) exactly 3 scouts (ii) at least 3 scouts (iii) at the most 3 scout

Algebra ->  Probability-and-statistics -> SOLUTION: In a group of 15 boys, there are 6 scouts. In how many ways can 8 boys be selected, so as to include (i) exactly 3 scouts (ii) at least 3 scouts (iii) at the most 3 scout      Log On


   



Question 658812: In a group of 15 boys, there are 6 scouts. In how many ways can 8 boys be selected, so as to include
(i) exactly 3 scouts
(ii) at least 3 scouts
(iii) at the most 3 scouts

Answer by ewatrrr(24785) About Me  (Show Source):
You can put this solution on YOUR website!
 
Hi,
Example of BIONOMIAL PROBABILITY DISTRIBUTION
Note: The probability of x successes in n trials is:
P = nCx* p%5Ex%2Aq%5E%28n-x%29 where p and q are the probabilities of success and failure respectively.
In this case p(scout) = 2/5 & q = 3/5 and n = 8
nCx = n%21%2F%28x%21%28n-x%29%21%29
8 boys be selected, so as to include
P(x = 3) = 8C3(.4)^3(.6)^5
P(x ≥ 3) = 1- P(x≤ 2)= 1 - P(x=0) + P(x=1)+ P(x=2)
P(x ≤ 3) = P(x=0) + P(x=1)+ P(x=2)+ P(x=3)