SOLUTION: A student takes a 10 question true-false quiz, but did not study and randomly guesses each answer. Find the probability that the student passes the quiz with a grade of at least 40

Algebra ->  Probability-and-statistics -> SOLUTION: A student takes a 10 question true-false quiz, but did not study and randomly guesses each answer. Find the probability that the student passes the quiz with a grade of at least 40      Log On


   



Question 674985: A student takes a 10 question true-false quiz, but did not study and randomly guesses each answer. Find the probability that the student passes the quiz with a grade of at least 40% of the questions correct. (Round your answer to three decimal places.)
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
A student takes a 10 question true-false quiz, but did not study and randomly guesses each answer. Find the probability that the student passes the quiz with a grade of at least 40% of the questions correct. (Round your answer to three decimal places.)
--------
Binomial Problem with n = 10 and p(correct) = 1/2
-----
P(x >= 4) = 1 - binomcdf(10,0.5,3) = 0.8281
================
Cheers,
Stan H.