asked 193k views
4 votes
An urn consists of 20 red balls and 30 green balls. We choose 10 balls at random from the urn. The sampling is done without replacement (repetition not allowed).

a. What is the probability that there will be exactly 4 red balls among the chosen balls?
b. Given that there are at least 3 red balls among the chosen balls, what is the probability that there are exactly 4 red balls?

asked
User Strings
by
7.9k points

1 Answer

3 votes

Answer:

Explanation:

Given that an urn consists of 20 red balls and 30 green balls. We choose 10 balls at random from the urn. The sampling is done without replacement (repetition not allowed).

a) The probability that there will be exactly 4 red balls among the chosen balls

= no of ways of selecting 4 red balls and 6 green balls/total number of selecting 10 balls from 30 green balls

=
(20C4*30C6)/(50C10) \\=0.280059\\=0.2801

b) Let A = atleast 3 red balls

B = 4 red balls

Required prob= P(B/A) = P(AB) / P(A)

P(AB) = P(4 red balls)=0.2801

P(A) = P(atleast 3 red balls)

= 1-P(0 or 1 or 2 red ball)

=
1-(30C10+20C1(30c9)+20C2(30C8))/(50C10) \\=1-0.1390\\=0.8610

Required prob =
(0.2801)/(0.8610) \\=0.3253

answered
User Dave Jensen
by
8.8k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.