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 less than 60% by randomly guessing.
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 less than 60% by randomly guessing.
Log On
Question 964801: A student is taking a fifty question exam that has only true - false questions. Determine the probability that the students will receive a score less than 60% by randomly guessing.
I am having a hard time figuring this out
Please and Thank you Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! A student is taking a fifty question exam that has only true - false questions. Determine the probability that the students will receive a score less than 60% by randomly guessing.
----------
Binomial Problem with n = 50 and P(correct) = 1/2
------
Note:: 60% of 50 = 30
--------------------
P(x <= 29) = binomcdf(50,0.5,29) = 0.8987
----------
Cheers,
Stan H.
--------------