3,303 views
2 2 votes
A total of n balls are sequentially and randomly chosen, without replacement, from an urn containing r red and b blue balls (n … r + b). Given that k of the n balls are blue, what is the conditional probability that the first ball chosen is blue?

2 Answers

0 0 votes

an urn containing r red and b blue balls

So, it can contain rC1 ball or bC1 balls

Now,  among n balls k balls are blue, (n-k) balls are red

So, 1st urn can contain $\frac{kC1*bC1}{kC1*bC1+(n-k)C1*rC1}$

0 0 votes
To choose $n$ ball from $(r+b)$ balls can be done in $\binom{r+b}{n}$

now, k ball out of those n chosen balls are guaranteed to be blue, so to make sure that first ball is blue we can choose our first ball from these k balls in $\binom{k}{1}$ and remaining $(n-1)$ ball in $\binom{r+b-k}{n-1}$ ways.

$Probability=$$\frac{\binom{k}{1}\binom{r+b-k}{n-1}}{\binom{r+b}{n}}$

Related questions

2 2 votes
4 4 answers
12.4k
12.4k views
kangsheng asked Nov 21, 2025
12,369 views
Two people are selected at random from a group, assuming that:Each day of the year is equally likely to be a birthday.There are 365 days in a year (ignoring leap years).B...
0 0 votes
1 1 answer
2.7k
2.7k views
ranarajesh495 asked Dec 4, 2018
2,687 views
Can someone explain answer for this question(26)?In a box, there are $8$ red, $7$ blue and $6$ green balls. One ball is picked up randomly. What is the probability that i...
0 0 votes
2 2 answers
4.1k
4.1k views
Vivek sharma asked Sep 18, 2016
4,082 views
An urn contains two type A coins and one type B coin.When a type A coin is flipped, it comes up heads with probability1/4,where as when a type B coin is flipped,it comes up...
1 1 vote
1 1 answer
6.9k
6.9k views
__ asked Sep 7, 2016
6,862 views
A bag contains 5 five-rupee coins, 8 two-rupee coins and 7 one-rupee coins. If four coins are drawn from the bag at random, then find the odds in favour of the draw yield...
2 2 votes
2 answers 2 answers
2.6k
2.6k views
__ asked Sep 7, 2016
2,645 views
When 4 dice are thrown, what is the probability that the same number appears on each of them? a. 1/36 b. 1/18 c. 1/216 d. 1/5