I have 2016 identical marbles. I plan to distribute them equally into one or more identical containers. How many ways can this be done if I have an unlimited number of containers?
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.
Since we're distributing equally, we need to calculate the number of factors.
Prime factors are 2^5, 3^2 and 7
Add 1 to each exponent and multiply them together.
(5+1)(2+1)(1+1) = 6×3×2 = 36