In a bag there are $N$ balls out of which $R$ are red.If $n$ balls are drawn at random from the bag, the probability that $r$ of them are red is
Reveal answer
Fill a bubble to check yourself
In a bag there are $N$ balls out of which $R$ are red.If $n$ balls are drawn at random from the bag, the probability that $r$ of them are red is
This is a classic hypergeometric distribution problem. The number of ways to choose r red balls from R is RCr, and the number of ways to choose the remaining (n-r) balls from (N-R) is (N-R)C(n-r). The total ways to choose n balls from N is NCn.
This scenario describes the hypergeometric distribution, used to find the probability of a specific number of successes in draws without replacement. The total ways to draw n balls from the bag is given by the combination N choose n. The favourable ways to choose exactly r red balls from the available R red balls is R choose r, and the remaining balls are chosen from the non-red balls, yielding N minus R choose n minus r. The probability formula combines these terms as (R choose r multiplied by N minus R choose n minus r) divided by N choose n.