In a fish tank, there are 4 distinct fish. You spread 10 identical food pellets into the tank.
How many distributions of food pellets among the fish are there?
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.
Relevant wiki: Identical Objects into Distinct Bins
This problem can be modeled as n = 1 0 identical objects distributed among r = 4 distinct bins.
Use the formula for these kinds of distributions : ( r − 1 n + r − 1 ) = ( 3 1 3 ) = 2 8 6
Thus, there are 2 8 6 possible distributions of the food pellets.