SOLUTION: You are taking a multiple-choice quiz that consists of 3 questions. Each question has 4 possible answers, only one of which is correct. To complete the quiz, you randomly guess th

Algebra.Com
Question 108362: You are taking a multiple-choice quiz that consists of 3 questions. Each question has 4 possible answers, only one of which is correct. To complete the quiz, you randomly guess the answer to each question. Find the probability of guessing (A) exactly 2 answers correctly, (B) at least 2 answers correctly, or (C) less than 2 answers correctly.
Answer by stanbon(75887)   (Show Source): You can put this solution on YOUR website!
You are taking a multiple-choice quiz that consists of 3 questions. Each question has 4 possible answers, only one of which is correct. To complete the quiz, you randomly guess the answer to each question.
---------
With 4 possible answers on each question,
P(correct) = 0.25
P(wrong) = 0.75
------------------
Find the probability of guessing
(A) exactly 2 answers correctly, = binompdf(3,0.25,2)=0.1406...
(B) at least 2 answers correctly, = 1 - binomcdf(3,0.25,2)=0.0.15625...
(C) less than 2 answers correctly.= binomcdf(3,0.25,1) = 0.84375
=========
Cheers,
Stan H.

RELATED QUESTIONS

You are taking a multiple choice quiz that consists of five questions. Each question has... (answered by greenestamps)
You are taking a quiz that has 8 multiple-choice questions. If each question has 5... (answered by ikleyn)
A quick quiz consists of a multiple-choice question with 5 possible answers followed by a (answered by MathLover1)
You are taking a quiz with 10 multiple choice questions and each questions has 4 possible (answered by stanbon)
A quiz consists of 6 multiple-choice questions. Each question has 4 possible answers. A... (answered by Edwin McCravy)
You are taking a multiple choice quiz that has 10 questions. Each question has three... (answered by richard1234)
If your teacher gives you a 10 question multiple choice quiz where each question has 3... (answered by stanbon)
A multiple choice quiz consists of five questions, each with three possible answers of... (answered by stanbon)
A multiple choice test consists of 60 questions. Each question has 4 possible answers of... (answered by stanbon)