document.write( "Question 168722: A multiple choice quiz has 20 questions, each question has 4 answers only 1 is correct. if you randomly select one answer for each question find the probability that you will have 12 or more right answers? \n" ); document.write( "
Algebra.Com's Answer #124414 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A multiple choice quiz has 20 questions, each question has 4 answers only 1 is correct. if you randomly select one answer for each question find the probability that you will have 12 or more right answers? \n" ); document.write( "------------------------------------- \n" ); document.write( "P(correct) = 1/4 \n" ); document.write( "P(wrong) = 3/4 \n" ); document.write( "-------------------------- \n" ); document.write( "n = 20, 12 <= x <= 20 \n" ); document.write( "-------------------------- \n" ); document.write( "P(30,1/4,12 <= x <= 20) = 1 - P(0 <= x <= 11) = 1 - 0.9990646 = 0.00093539... \n" ); document.write( "========================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |