document.write( "Question 1072241: Forty-five percent of the students applying to a university are accepted. What is the probability that among the next 18 applicants at least 6 will be accepted?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #687145 by stanbon(75887) ![]() You can put this solution on YOUR website! Forty-five percent of the students applying to a university are accepted. What is the probability that among the next 18 applicants at least 6 will be accepted? \n" ); document.write( "------- \n" ); document.write( "Binomial problem with n = 18 and p = 0.45 \n" ); document.write( "---- \n" ); document.write( "P(6<= x <= 18) = 1 - binomcdf(6,0.45,5) = 0.0083 \n" ); document.write( "------------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "----------- \n" ); document.write( " |