In how many ways can we choose 6 pieces of candy from 8 different brands that are available?
E.g. You can pick 6 pieces all of the first brand, or you can pick 3 pieces of the third brand and 3 pieces of the fifth brand.
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.
The formula for choosing n things from m types with repetition allowed is ( n − 1 m + n − 1 ) .
Simply substitute and end up with \boxed { 1716}