Find the product of the balls

There are 25 balls in a box, each of which is red or blue. If two balls are chosen at random, the chance that the two balls are the same color is the same as the chance that the two balls are different colors. What is the product of the number of red balls and blue balls?

Note: If you think there are 5 red balls and 20 blue balls, input your answer as 100.


The answer is 150.

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.

1 solution

Zee Ell
Mar 3, 2017

If the probability of getting two balls of the same colour is the same as having two balls of different colours, then both probabilities are 0.5 (complementary events).

If the number of red balls is n, then the number of blue balls is (25 - n).

The probability of having two balls of the same colour:

p ( R , R ) + p ( B , B ) = n 25 × n 1 24 + 25 n 25 × 24 n 24 = 0.5 p(R, R) + p(B, B) = \frac {n}{25} × \frac {n - 1}{24} + \frac {25 - n}{25} × \frac {24 - n}{24} = 0.5

2 n 2 50 n + 600 = 300 2n^2 - 50n + 600 = 300

n 2 25 n + 150 = 0 n^2 - 25n + 150 = 0

( n 15 ) ( n 10 ) = 0 (n - 15)(n - 10) = 0

This means, that we have either 15 red balls and 10 blue balls or vice versa.

In either case, our answer should be:

15 × 10 = 10 × 15 = 150 15 × 10 = 10 × 15 = \boxed {150}

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...