Learning

open
close

Example 2

October 26, 2023 | by Bloom Code Studio

Example 2: A bucket contains 5 blue, 4 green and 5 red balls. Sudheer is asked to pick 2 balls randomly from the bucket without replacement and then one more ball is to be picked. What is the probability he picked 2 green balls and 1 blue ball?

Solution: Total number of balls = 14

Probability of drawing

1 green ball = 4/14

another green ball = 3/13

1 blue ball = 5/12

Probability of picking 2 green balls and 1 blue ball = 4/14 * 3/13 * 5/12 = 5/182.

RELATED POSTS

View all

view all