SOLUTION: A multiple choice exam consists of 12 questions, each having 5 possible answers. To pass, you must answer at least 9 out of 12 questions correctly. What is the probability of passi

Algebra.Com
Question 347050: A multiple choice exam consists of 12 questions, each having 5 possible answers. To pass, you must answer at least 9 out of 12 questions correctly. What is the probability of passing if:
a. you go into the exam without knowing a thing, and have to resort to pure guessing?
b. you have studied enough so that on each question, 3 choices can be eliminated. But then you have to make a pure guess between the remaining 2 choices.
c. you have studied enough so that you know for sure the correct answer on 2 questions. For the remaining 10 questions you have to resort to pure guessing.

Answer by stanbon(75887)   (Show Source): You can put this solution on YOUR website!
A multiple choice exam consists of 12 questions, each having 5 possible answers. To pass, you must answer at least 9 out of 12 questions correctly. What is the probability of passing if:
a. you go into the exam without knowing a thing, and have to resort to pure guessing?
---
Binomial Problem with p = 1/5 and n = 12
P(9<= x <=12) = 1 - binomcdf(12,1/5,8) = 0.0000623..
-------
b. you have studied enough so that on each question, 3 choices can be eliminated. But then you have to make a pure guess between the remaining 2 choices.
Binomial Problem with p = 1/2 and n = 12
P(9<= x <=12) = 1 - binomcdf(12,1/2,8) = 0.0730
============================
c. you have studied enough so that you know for sure the correct answer on 2 questions. For the remaining 10 questions you have to resort to pure guessing.
Binomial: with p = 1/5 and n = 10
P(7<= x <=10) = 0.0008643....
==================
Cheers,
Stan H.

RELATED QUESTIONS

A multiple choice exam consists of 12 questions, each having 5 possible answers. To pass... (answered by mathmate)
A statistics student needs a grade of at least 70 to pass an examination. The exam... (answered by funmath)
A multiple choice exam consists of 25 questions, each with 4 possible answers. What is... (answered by ewatrrr)
A quiz consists of 15 multiple choice questions. Each question has 5 choices, with... (answered by solver91311)
Test consists of 10 multiple choice questions, each with 5 possible answers; one of which (answered by drk)
A test consists of 6 multiple choice questions, each having 5 possible answers, one of... (answered by KMST)
A test consists of 6 multiple choice questions, each having 5 possible answers, one of... (answered by htmentor)
You are taking a multiple-choice quiz that consists of 3 questions. Each question has 4... (answered by stanbon)
An exam has 5 True and False questions, followed by 6 multiple choice questions each with (answered by Boreal)