SOLUTION: nicoles is taking a 5 question multiple choice test. if she completely guesses every answer, and each question has 4 choices, waht is the probability that she gets at most one wron
Algebra ->
Probability-and-statistics
-> SOLUTION: nicoles is taking a 5 question multiple choice test. if she completely guesses every answer, and each question has 4 choices, waht is the probability that she gets at most one wron
Log On
Question 874975: nicoles is taking a 5 question multiple choice test. if she completely guesses every answer, and each question has 4 choices, waht is the probability that she gets at most one wrong.
You can put this solution on YOUR website! p(correct) = .25, p(wrong) = .75, n = 5
P(x≤ 1 wrong) = P(0wrong) + P(1wrong) =
0r
P(x≤ 1 wrong) = binomcdf(5, .75, 1) = .0156