SOLUTION: On a multiple choice examination with three possible answers (out of which only one is correct)for each of the five questions. what is the probability that a candidate would get f
Algebra ->
Probability-and-statistics
-> SOLUTION: On a multiple choice examination with three possible answers (out of which only one is correct)for each of the five questions. what is the probability that a candidate would get f
Log On
Question 287200: On a multiple choice examination with three possible answers (out of which only one is correct)for each of the five questions. what is the probability that a candidate would get four or more correct answers just by guessing? Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! On a multiple choice examination with three possible answers (out of which only one is correct)for each of the five questions. what is the probability that a candidate would get four or more correct answers just by guessing?
-------------
Binomial Problem with n = 5 and p = 1/3
---
P(4<= x <=5) = 1-P(0<= x <=3) = 1-binomcdf(5,1/3,3) = 0.9547
==============
I used a TI calculator to get the result.
==============
Cheers,
Stan H.