Find the number of ways of selecting exactly 4 fruits from 5 apples, 4 mangoes, and 3 oranges where all the fruits of same kind are identical.
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.
Taking all 4 of one suit - ie either 4 apples or all 4 mangoes = 2 ways. Similarly, Taking 4 from two varieties simultaneosuly: Apples & Mangoes = 3 ways Mangoes & Oranges = 3 ways Oranges & Apples = 3 ways Taking 4 from three varieties simultaneously ie apples & Mangoes & oranges = 3 ways
Total = 14 ways