Withdrawing Balls

There are 15 balls in a basket, 3 red, 5 green and 7 blue balls. The minimum number of balls that must be withdrawn to ensure that at least one ball of each color will be obtained is:

10 3 13 8

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

2 solutions

Considering the worse case scenario:

  1. Draw the 7 blue balls.

  2. Followed by the 5 green balls.

  3. Then we need one red ball to have one color each.

So we need to draw a minimum of 7 + 5 + 1 = 13 balls.

Frederico Chaves
Feb 15, 2018

To ensure that at least one ball of each color will be withdrawn, we need to think at the worst case, that is, withdrawing 7 blue balls, 5 green balls and finally 1 red ball. So, the minimum number of balls are 13.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...