Three balls of the same size but different colors (red, blue, yellow) are placed randomly on the tray with 6 holes. Then the springer above will randomly pour down the bleach into 3 out of the 6 holes.
Once bleached, any color will turn white, and the chemical may hit 1 ball, 2 balls, 3 balls, or none at all.
How many sets of color balls are there in this scenario?
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.
Let R = red, B = blue, Y = yellow, and W = white.
If no balls are bleached, the combination is ( 0 3 ) = 1 : (R, B, Y).
If 1 ball is bleached, the combination is ( 1 3 ) = 3 : (W, B, Y), (R, W, Y), (R, B, W).
If 2 balls are bleached, the combination is ( 2 3 ) = 3 : (R, W, W), (W, B, W), (W, W, Y).
If 3 balls are bleached, the combination is ( 3 3 ) = 1 : (W, W, W).
Thus, totally there are 8 sets of the colored balls.
Problem Loading...
Note Loading...
Set Loading...
Each ball will either get hit, or it will not get hit. So each ball has two possible states, a 1/2 chance of each. There are three balls, so cube this, to get 1/8. One out of 8 possibilities will happen, so the answer is 8.