SOLUTION: Suppose you have a mutliple choice exam with 16 multiple choice questions. Each question has four alternatives . What is the probability that a student who guesses at random on eac
Algebra ->
Probability-and-statistics
-> SOLUTION: Suppose you have a mutliple choice exam with 16 multiple choice questions. Each question has four alternatives . What is the probability that a student who guesses at random on eac
Log On
Question 358655: Suppose you have a mutliple choice exam with 16 multiple choice questions. Each question has four alternatives . What is the probability that a student who guesses at random on each of the 16 questions will score 4 or lower correct answers? Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! Suppose you have a mutliple choice exam with 16 multiple choice questions. Each question has four alternatives . What is the probability that a student who guesses at random on each of the 16 questions will score 4 or lower correct answers?
-----
Binomial Problem with n = 16 and p = 1/4
----
P(0<= x <=4) = binomcdf(16,1/4,4) = 0.6302
====================================
Cheers,
Stan H.
========