| 
 
 
| Question 986669:  The students at Canterbury Christchurch University are 35% male.  In a class of 30 students, what is the probability of having exactly 20 females?
 Answer by stanbon(75887)
      (Show Source): 
You can put this solution on YOUR website! The students at Canterbury Christchurch University are 35% male. In a class of 30 students, what is the probability of having exactly 20 females? --------------
 Note:: P(female) = 0.65
 -----
 Binomial Problem::
 P(x = 20) = 30C20*0.65^20*0.35*10 = binompdf(30,0.65,20) = 0.1502
 -----------
 Cheers,
 Stan H.
 -----------
 
 | 
  
 | 
 |