moved by
4 4 votes

There are $4$ red, $5$ green, and 6 blue balls inside a box. If $N$ number of balls are picked simultaneously, what is the smallest value of $N$ that guarantees there will be at least two balls of the same colour?

One cannot see the colour of the balls until they are picked.

  1. $4$
  2. $15$
  3. $5$
  4. $2$

4 Answers

5 5 votes

The Pigeonhole Principle tells us that if we have more objects to put into boxes than there are boxes, at least one box must contain multiple objects.

In this case, each color (red, green, and blue) can be considered a "box," and the balls we pick are the objects. We want to find the smallest value of $N$ such that we are guaranteed to have at least two balls of the same color.

The worst-case scenario for this problem is when we pick one ball of each color $\text{(1 red, 1 green, 1 blue)}.$ In this case, $N$ would be $3,$ and we still don't have two balls of the same color. However, if we pick just one more ball (regardless of its color), we will have at least two balls of the same color.

So, the smallest value of $N$ that guarantees there will be at least two balls of the same color is $4.$

Correct Answer: A

References:

1 1 vote
If we pick 4 balls from the box, even if the worst case has 3 different colors, 4th one will match any color. So answer is 4.
moved by
0 0 votes
Colours available
     ┌────────┬────────┬────────┐
     │  Red   │ Green  │  Blue  │
     └────────┴────────┴────────┘
          1        1        1
          │        │        │
          └────────┴────────┴───┐
                                │
                     First 3 picks:
                   All different colours
                                │
                                ▼
                       Pick 4th ball
                                │
                                ▼
              Must be Red / Green / Blue
                                │
                                ▼
            At least 2 balls of same colour
 
moved by
Answer:
Position:
Show: