Solveeit Logo

Question

Question: There are 12 blackboards that are to be distributed to 8 different schools. Assume that all 12 black...

There are 12 blackboards that are to be distributed to 8 different schools. Assume that all 12 blackboards are indistinguishable. In how many different ways can these blackboards be distributed so that there must be at least one board for each school?

Answer

330

Explanation

Solution

This problem requires distributing n=12n=12 indistinguishable blackboards to k=8k=8 distinguishable schools such that each school receives at least one blackboard. This is equivalent to finding the number of positive integer solutions to the equation x1+x2++x8=12x_1 + x_2 + \dots + x_8 = 12, where xix_i is the number of blackboards given to school ii.

Using the stars and bars technique for positive integer solutions, the number of ways is given by the formula (n1k1)\binom{n-1}{k-1}.

Applying this formula: Number of ways = (12181)=(117)\binom{12-1}{8-1} = \binom{11}{7}

Calculating the binomial coefficient: (117)=(11117)=(114)\binom{11}{7} = \binom{11}{11-7} = \binom{11}{4} (114)=11×10×9×84×3×2×1\binom{11}{4} = \frac{11 \times 10 \times 9 \times 8}{4 \times 3 \times 2 \times 1} (114)=11×102×93×84=11×5×3×2\binom{11}{4} = 11 \times \frac{10}{2} \times \frac{9}{3} \times \frac{8}{4} = 11 \times 5 \times 3 \times 2 (114)=330\binom{11}{4} = 330