document.write( "Question 418574: Suppose that an admission test for a certain university is designed so that the probability of passing it is 60%. Find the probability that among 20 candidates who take the test, more than 10 will pass. \n" ); document.write( "
Algebra.Com's Answer #292871 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Suppose that an admission test for a certain university is designed so that the probability of passing it is 60%. Find the probability that among 20 candidates who take the test, more than 10 will pass. \n" ); document.write( "---- \n" ); document.write( "Binomial Problem with n = 20 and p = 0.6 \n" ); document.write( "---- \n" ); document.write( "P(11 <= x <= 20) = 1-binomcdf(20,0.6,10) = 0.7554 \n" ); document.write( "========= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============= \n" ); document.write( " |