document.write( "Question 669059: An instructor gives his class a set of 19 problems with the information that the next quiz will consist of a random selection of 9 of them. If a student has figured out how to do 12 of the problems, what is the probability the he or she will answer correctly
\n" );
document.write( "(a) all 9 problems?
\n" );
document.write( "(b) at least 8 problems?\r
\n" );
document.write( "\n" );
document.write( "Thank you for your time. \n" );
document.write( "
Algebra.Com's Answer #416042 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! An instructor gives his class a set of 19 problems with the information that the next quiz will consist of a random selection of 9 of them. If a student has figured out how to do 12 of the problems, what is the probability the he or she will answer correctly \n" ); document.write( "---------------------------- \n" ); document.write( "Binomial Problem with n= 19 ; p(correct) = 12/19 ; p(wrong) = 7/19 \n" ); document.write( "------- \n" ); document.write( "(a) all 9 problems? \n" ); document.write( "P(x = 9) = 19C9(12/19)^9*(7/19)^10 = binompdf(19,12/19,9) = 0.0681 \n" ); document.write( "=========================== \n" ); document.write( "(b) at least 8 problems? \n" ); document.write( "P(8<= x <=19) = 1 - binomcdf(19,12/19,7) = 0.9822 \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "=========== \n" ); document.write( " \n" ); document.write( " |