document.write( "Question 78387: A class is given a list of 20 study problems from which 10 will be chosen as part of an upcoming exam.A given student knows how to solve 15 of the problems.Find the probability that the student will be able to answer\r
\n" );
document.write( "\n" );
document.write( "a. all 10 questions on the exam
\n" );
document.write( "b. exactly 8 questions on the exam
\n" );
document.write( "c. at least 9 questions on the exam \n" );
document.write( "
Algebra.Com's Answer #56219 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A class is given a list of 20 study problems from which 10 will be chosen as part of an upcoming exam.A given student knows how to solve 15 of the problems.Find the probability that the student will be able to answer \n" ); document.write( "----------- \n" ); document.write( "Prob(he will know the answer on any one of the questions) = 15/20=3/4\r \n" ); document.write( "\n" ); document.write( "a. all 10 questions on the exam \n" ); document.write( "This is a binomial poblem with n=10, p=3/4, x=10 \n" ); document.write( "P(10 right) = (3/4)^10 = 0.056 \n" ); document.write( "------------ \n" ); document.write( "b. exactly 8 questions on the exam \n" ); document.write( "P(8 right)= 10C8(3/4)^8(1/4)^2 = 0.281567... \n" ); document.write( "--------- \n" ); document.write( "c. at least 9 questions on the exam \n" ); document.write( "P(9 or 10) = 1- binomcdf(10,.75,8) = 0.244025... \n" ); document.write( "----------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |