document.write( "Question 941250: 60% of the students in a seminar are women. If 10 students are selected randomly, what is the probability that 7 of them are women? \n" ); document.write( "
Algebra.Com's Answer #573839 by stanbon(75887) ![]() You can put this solution on YOUR website! 60% of the students in a seminar are women. If 10 students are selected randomly, what is the probability that 7 of them are women? \n" ); document.write( "------------- \n" ); document.write( "Binomial Problem with n = 10 and p(women) = 0.6 \n" ); document.write( "----- \n" ); document.write( "P(x = 7) = 10C7*0.6^7*0.4*3 = binompdf(10,0.6,7) = 0.2150 \n" ); document.write( "================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "----------------- \n" ); document.write( " |