A quiz consists of 20 multiple-choice questions, each with 6
possible answers. For someone who makes random guesses for all of
the answers, find the probability of passing if the minimum passing
grade is 60 %.
?(pass)=
Answer)
As there are fixed number of trials and probability of each and every trial is same and independent of each other
Here we need to use the binomial formula
P(r) = ncr*(p^r)*(1-p)^n-r
Ncr = n!/(r!*(n-r)!)
N! = N*n-1*n-2*n-3*n-4*n-5........till 1
For example 5! = 5*4*3*2*1
Special case is 0! = 1
P = probability of single trial = 1/6 = 0.167
N = number of trials = 20
R = desired success = at least 60% = at least 12
P(12) + P(13) + .... + P(19 + P(20)
= 0.00001562094
Get Answers For Free
Most questions answered within 1 hours.