document.write( "Question 261826: I understand basic probability but am very confused when it comes to the below question. I don't even have a clue where to start to solve this question.\r
\n" );
document.write( "\n" );
document.write( " A multiple choice test has 20 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 11 correct answers?\r
\n" );
document.write( "\n" );
document.write( "20x4=80 1 right answer from 1 question=1/4\r
\n" );
document.write( "\n" );
document.write( "b. What is the probability of getting less than 9 correct answers? \n" );
document.write( "
Algebra.Com's Answer #192915 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A multiple choice test has 20 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( "This is a binomial problem because the probability of guessing the right \n" ); document.write( "answer on each problem is 1/4 and there are n= 20 such problems. \n" ); document.write( "----------------------------- \n" ); document.write( "a. What is the probability of getting exactly 11 correct answers? \n" ); document.write( "P(x+11) = 20C11(1/4)^11(3/4)9 = binompdf(20,1/4,11) = 0.0030 \n" ); document.write( "--------------------------------------------------------------------- \n" ); document.write( " \n" ); document.write( "b. What is the probability of getting less than 9 correct answers? \n" ); document.write( "P(0<= x <=8) = binomcdf(20,1/4,8) = 0.95907... \n" ); document.write( "--- \n" ); document.write( "I used a TI calculator to get these answers. \n" ); document.write( "================================================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |