document.write( "Question 941745: A study conducted at a certain high school shows that 61% of its graduates enroll in a college. Find the probability that among 5 randomly selected graduates, at least one goes to on to college. \n" ); document.write( "
Algebra.Com's Answer #574078 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A study conducted at a certain high school shows that 61% of its graduates enroll in a college. Find the probability that among 5 randomly selected graduates, at least one goes on to college. \n" ); document.write( "----- \n" ); document.write( "Binomial Problem with n = 5 and p(enroll) = 0.61 \n" ); document.write( "----- \n" ); document.write( "P(1<= x <=5) = 1 - P(x = 0) = 1- binompdf(5,0.61,0) = 0.9910 \n" ); document.write( "------------- \n" ); document.write( "Cheers \n" ); document.write( "Stan H. \n" ); document.write( "----------- \n" ); document.write( " |