document.write( "Question 962429: In a certain college, 30% of the physics majors belong to ethnic minorities. If 10 students areselected at random from the physics majors, what is the probability that no more than 4 belong to an ethnic minority? \n" ); document.write( "
Algebra.Com's Answer #588047 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! In a certain college, 30% of the physics majors belong to ethnic minorities. If 10 students areselected at random from the physics majors, what is the probability that no more than 4 belong to an ethnic minority? \n" ); document.write( "---- \n" ); document.write( "Binomial Problem with n = 10 and p(minority) = 0.30. \n" ); document.write( "---- \n" ); document.write( "P(x<= 4) = binomcdf(10,0.3,4) = 0.8497 \n" ); document.write( "----------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------ \n" ); document.write( " |