SOLUTION: A student is taking a fifty question exam that has only true - false questions. Determine the probability that the students will receive a score greater than 60% by randomly guessi

Algebra ->  Probability-and-statistics -> SOLUTION: A student is taking a fifty question exam that has only true - false questions. Determine the probability that the students will receive a score greater than 60% by randomly guessi      Log On


   



Question 867234: A student is taking a fifty question exam that has only true - false questions. Determine the probability that the students will receive a score greater than 60% by randomly guessing.
Answer by ewatrrr(24785) About Me  (Show Source):
You can put this solution on YOUR website!
p(correct) = .5, n = 50 (30 is 60%)
P(x ≥ 30) = 1 - binomcdf(50, .5, 29) = .1013