4 5 or 6
p(passed) = .6
p(failed) = .4
Binomial distribution
for example for 4 of 6 passed
C(6,4) .6^4 .4^2
C(6,4) = 6!/[ 4!(2!)] = 6*5/2 = 15
15 * .6^4*.4^2 = .311
do that also for 6,5
and for 6,6
and add those three results
The overall probability of a student failing an exam is 40%. Calculate the probability that in a group of 6 students, at least 4 passed the exam.
6 answers
This implies that either 4, 5 or all 6 will pass
prob = C(6,4) (.6)^4 (.4)^2 + C(6,5) (.6)^5 (.4) + C(6,6) .6^6
I get .54432
prob = C(6,4) (.6)^4 (.4)^2 + C(6,5) (.6)^5 (.4) + C(6,6) .6^6
I get .54432
The average percentage of failure in a certain examination is 40. What is the probability that out of a group of 6 candidates, at least 4 passed in the examination?
Solution
Here the percentage of success, p = 0.60
And the percentage of failure q = 0.40
And number, n = 6
P (x ≥4) = ?
So
According to Binomial theory,
P (x ≥4) = P(x =4) + P (x =5)+ P (x =6)
= 6C4 〖.60〗^(4 ) 〖.40〗^(6-4) + 6C5 〖.60〗^(5 ) 〖.40〗^(6-5) + 6C6 〖.60〗^(6 ) 〖.40〗^(6-6)
= 0.31104 + 0.1866+ 0.046656
= 0.5436 (Answer)
Solution
Here the percentage of success, p = 0.60
And the percentage of failure q = 0.40
And number, n = 6
P (x ≥4) = ?
So
According to Binomial theory,
P (x ≥4) = P(x =4) + P (x =5)+ P (x =6)
= 6C4 〖.60〗^(4 ) 〖.40〗^(6-4) + 6C5 〖.60〗^(5 ) 〖.40〗^(6-5) + 6C6 〖.60〗^(6 ) 〖.40〗^(6-6)
= 0.31104 + 0.1866+ 0.046656
= 0.5436 (Answer)
Thanks friend.
Thanku
P(passed) = .6
P(failed) = .4//Compliment of P(passed)
N = 6
According to Binomial theory,
P (x ≥4) = P(x =4) + P (x =5)+ P (x =6)
= C(6,4) (.6)^4 (.4)^2 + C(6,5) (.6)^5 (.4) + C(6,6) .6^6
=0.544 Ans.
P(failed) = .4//Compliment of P(passed)
N = 6
According to Binomial theory,
P (x ≥4) = P(x =4) + P (x =5)+ P (x =6)
= C(6,4) (.6)^4 (.4)^2 + C(6,5) (.6)^5 (.4) + C(6,6) .6^6
=0.544 Ans.