SOLUTION: A student takes a 4-question, multiple-choice quiz with 3 choices for each question. If the student guesses on each question, what is probability that student guesses exactly 1 que

Algebra ->  Probability-and-statistics -> SOLUTION: A student takes a 4-question, multiple-choice quiz with 3 choices for each question. If the student guesses on each question, what is probability that student guesses exactly 1 que      Log On


   



Question 1011356: A student takes a 4-question, multiple-choice quiz with 3 choices for each question. If the student guesses on each question, what is probability that student guesses exactly 1 question correct?
Answer by mathmate(429) About Me  (Show Source):
You can put this solution on YOUR website!

Question:
A student takes a 4-question, multiple-choice quiz with 3 choices for each question. If the student guesses on each question, what is probability that student guesses exactly 1 question correct?

Solution:
The problem can be solved using the binomial distribution, with
probability of success, p = 1/3 (a constant throughout the experiment)
number of trials, n = 4
We need to assume that the answers are random and independent.
The required probability is for x = 1 = number of correct answers (out of 4).

where
P%28X=1%29=C%28n%2Cx%29%2Ap%5Ex%2A%281-p%29%5E%28n-x%29
and
C(n,x)=number of combinations for n choose x = n!/(x!(n-x)!)

Substituting values,