document.write( "Question 329409: A Multiple-choice test has 15 questions with each having 4 possible answers with one correct. Assume a student randomly guesses the answer to every question.\r
\n" );
document.write( "\n" );
document.write( "a. What is the probability of getting exactly 5 correct answers?
\n" );
document.write( " \r
\n" );
document.write( "\n" );
document.write( "b. What is the probability of getting less than 6 correct answers?\r
\n" );
document.write( "\n" );
document.write( "I have to have this in by TODAY - August 6th, 2010. Please help! \n" );
document.write( "
Algebra.Com's Answer #236122 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A Multiple-choice test has 15 questions with each having 4 possible answers with one correct. Assume a student randomly guesses the answer to every question. \n" ); document.write( "--- \n" ); document.write( "Binomial Problem with n=15 and p = 1/4 \n" ); document.write( "-------- \n" ); document.write( "a. What is the probability of getting exactly 5 correct answers? \n" ); document.write( "P(x= 5) = 15C5*(1/4)^5*(3/4)^10 = binompdf(15,1/4,5) = 0.1651 \n" ); document.write( "------------------------- \n" ); document.write( "b. What is the probability of getting less than 6 correct answers? \n" ); document.write( "P(less than 6) = binomcdf(15,1/4,5) = 0.8516 \n" ); document.write( "======================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |