Question 271350: If you have a bag of marbles; 7 red, 5 green, and 8 blue, what's the probability of getting at least 2 red marbles in 3 draws from the bag, with replacement? Thanks...this is all new to me!
Found 2 solutions by stanbon, solver91311: Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! If you have a bag of marbles; 7 red, 5 green, and 8 blue, what's the probability of getting at least 2 red marbles in 3 draws from the bag, with replacement?
----
Binomial Problem:
n = 3 ; p = 7/20
------
P(2<= x <=3) = 3C2(7/20)^2(13/20) + 3C3(7/20)^3(13/20)^0
------
= 0.2389 + 0.0429
----
= 0.2818
==================
Cheers,
Stan H.
Answer by solver91311(24713) (Show Source):
|
|
|