SOLUTION: A student randomly guesses on a 10 question true/false exam. Minimum threshold for a B grade is 80%. Find the probablility the student gets at least a B on the exam. Thank

Algebra ->  Probability-and-statistics -> SOLUTION: A student randomly guesses on a 10 question true/false exam. Minimum threshold for a B grade is 80%. Find the probablility the student gets at least a B on the exam. Thank      Log On


   



Question 621420: A student randomly guesses on a 10 question true/false exam.
Minimum threshold for a B grade is 80%. Find the probablility the student gets at least a B on the exam.

Thanks

Answer by ewatrrr(24785) About Me  (Show Source):
You can put this solution on YOUR website!
 
Hi,
A student randomly guesses on a 10 question true/false exam. Minimum threshold for a B grade is 80%.
Find the probablility the student gets at least a B on the exam.
Note: The probability of x successes in n trials is:
P = nCx* p%5Ex%2Aq%5E%28n-x%29 where p and q are the probabilities of success and failure respectively.
In this case p & q are = 1/2 or .5
nCx = n%21%2F%28x%21%28n-x%29%21%29
P(x≥ 8) = P(8) + P(9) + P(10)
P(8) = 10C8(.5)^8(.5)^2 = 45(.5)^8(.5)^2 = .044
P(9) = 10C9(.5)^9(.5)^1 =10(.5)^9(.5)^1 = .01
P(10) = 10C10(.5)^10(.5)^0 =1*(.5)^10(.5)^0 = .001
P(x≥ 8) = P(8) + P(9) + P(10) = .055