SOLUTION: Calculate the probability of randomly guess at least 8 correct answers on a 10 question ture-or-false quiz

Algebra ->  Probability-and-statistics -> SOLUTION: Calculate the probability of randomly guess at least 8 correct answers on a 10 question ture-or-false quiz      Log On


   



Question 449911: Calculate the probability of randomly guess at least 8 correct answers on a 10 question ture-or-false quiz
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
Calculate the probability of randomly guess at least 8 correct answers on a 10 question ture-or-false quiz
---
Binomial Problem with n = 10 and p = 1/2
---
P(8<= x <=10) = 1-P(0<= x <=7) = 1-binomcdf(10,1/2,7) = 0.0547
===============
Cheers,
Stan H.
===============