You have 7 Red Marbles, 2 Green Marbles, and they are combined in a bag. You pick 3 marbles out of the bag. What is the probability that 2 of the 3 are green?
((2/9)^3) * 2/3 = .00732 which is incorrect.
Correct answers are: .0833 .0022 .4286
Mitch2009-11-16T15:42:37Z
Favorite Answer
For this problem, use the Hypergeometric Probability Formula:
P(x) = [(sCx)*(N-sCn-x)] / NCn
where: N = is the size of the population (9) s = is the number of successes in the population (2) x = is the number of successes in the sample (2) n = is the size of the sample or the number of trials (3) C = is the symbol for a Combination
Yeah, the math gets really messy, but you can use an online Hypergeometric Probability Calculator: http://stattrek.com/Tables/Hypergeometric.aspx
To answer an earlier question, there's no built in function for the TI-83/84, but this is as close as it gets: http://mathbits.com/MathBits/TISection/Statistics2/bernoulli.htm