For an urn containing 4 red balls and 6 green balls, let the number of balls randomly drawn be the number of heads turning up when 5 fair coins have been previously flipped. What is the probability of drawing 3 green balls?
why do we need binomial theorem for this
(we require binomial distribution for number of heads which on 5 flips since number of trails n=5 are fixed and probability of head is constant and independent from trail to trail)
probability of drawing 3 green balls
=P(3 heads)*P(3 green|3 heads)+P(4 heads)*P(3 green|4 heads)+P(5 heads)*P(3 green|5 heads)
=(5C3)*(0.5)3*(0.2)2*((6C3)*(4C0)/(10C3))+(5C4)*(0.5)4*(0.2)1*((6C3)*(4C1)/(10C4))+(5C5)*(0.5)5*(0.2)0*((6C3)*(4C2)/(10C5))
=0.3125*0.1667+0.15625*0.3810+0.03125*0.4762
=0.1265
Get Answers For Free
Most questions answered within 1 hours.