On a multiple-choice exam with 3 possible answers for each of the 5 questions, find the probability that a student would get 4 or more correct answers just by guessing.
@ganeshie8 @wio @radar
binomial distribution ?
I think so.
just addup the probabilities p(X>=4) = P(4) + P(5)
start by finding the probabiltiy for sucess in guessing a correct answer
So is it P(4)+P(5)=(1/3)^4+(1/3)^5?
thats a good try, but no P(5) equals (1/3)^5 P(4) is bit tricky as you have a choice to tick false option for any one of the five questions
S : success F : failure
you can answer exactly four correct answers in any one of below 5 ways ``` FSSSS SFSSS SSFSS SSSFS SSSSF ``` yes ?
Yes. And then?
Notice each of them have four success ticks and one failure tick so the probability of each of them is same : (1/3)^4 * (2/3)^1
P(4) = 5 * (1/3)^4 * (2/3)^1
see if that makes sense more or less ^
Yes, it makes sense! Thanks!
yw :) add that to P(5) : P(X>=4) = P(4) + P(5) = 5 * (1/3)^4 * (2/3)^1 + (1/3)^5
I did. :)
Join our real-time social learning platform and learn together with your friends!