document.write( "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? \n" ); document.write( "
Algebra.Com's Answer #607437 by stanbon(75887) ![]() 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? \n" ); document.write( "-------------- \n" ); document.write( "Note:: P(female) = 0.65 \n" ); document.write( "----- \n" ); document.write( "Binomial Problem:: \n" ); document.write( "P(x = 20) = 30C20*0.65^20*0.35*10 = binompdf(30,0.65,20) = 0.1502 \n" ); document.write( "----------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "----------- \n" ); document.write( " \n" ); document.write( " |