58.0k views
4 votes
For a three-question multiple-choice pop quiz, a student is totally unprepared and randomly guesses the answer to each question. Each question has four answer choices. With guessing, the response on one question is not influenced by the response on another question. Thus, whether one question is answered correctly is independent of whether or not another question is answered correctly. Let C denote the event the student selects the correct answer for any given question and I denote the event the student selects the incorrect answer for any given question. What is P(C)? What is P(I)? possible outcomes for the quiz, in terms of whether response is correct (C) or incorrect (I). Find the probability the student passes, answering at least two questions correctly

1 Answer

4 votes

Answer:

Explanation:

Given that for a three-question multiple-choice pop quiz, a student is totally unprepared and randomly guesses the answer to each question. Each question has four answer choices. With guessing, the response on one question is not influenced by the response on another question. Thus, whether one question is answered correctly is independent of whether or not another question is answered correctly. Let C denote the event the student selects the correct answer for any given question and I denote the event the student selects the incorrect answer for any given question.

Since there are four answer choices and one is correct


P(C) = 0.25 \\ P(I) = 1-0.25 = 0.75

Let X be the number of questions answered correctly.

Then X is Bin (3,0.25)

Prob student passes, answering at least two questions correctly

=
P(X\geq 2)

=
P(X=2)+P(x=3)\\=3C2 (0.25)^2 (0.75)+3C3(0.25)^3\\= 0.5625

User Dzinek
by
5.4k points