A bag contains 8 red, 7 white, and 9 indigo balls. In how many ways can we select groups of balls where each group consists of 4 balls of each color?
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.
no. of ways = (8C4)(7C4)(9C4) = 308700 ways