document.write( "Question 313964: An instructor gives his class a set of 14 problems with the information that the next quiz will consist of a random selection of 7 of them. If a student has figured out how to do 11 of the problems, what is the probability the he or she will answer correctly at least 6 problems \n" ); document.write( "
Algebra.Com's Answer #224469 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! An instructor gives his class a set of 14 problems with the information that the next quiz will consist of a random selection of 7 of them. If a student has figured out how to do 11 of the problems, what is the probability the he or she will answer correctly at least 6 problems \n" ); document.write( "------------------------------------------------ \n" ); document.write( "Binomial Problem with n = 7 and p = 11/14: \n" ); document.write( "P(6<= x <=7) = 1-binomcdf(7,11/14,5) = 0.5378 \n" ); document.write( "======================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "======================== \n" ); document.write( " |