Number of ways to arrange three 1s, two 2s, two 3s and one 4? The order doesn't matter.
The direct answer from the book is $\frac{8!}{3!2!2!1!}$, but is there another way to do it?
Number of ways to arrange three 1s, two 2s, two 3s and one 4? The order doesn't matter.
The direct answer from the book is $\frac{8!}{3!2!2!1!}$, but is there another way to do it?
Copyright © 2021 JogjaFile Inc.
Here is an iterative approach to find the number of ways to arrange three $1$s, two $2$s, two $3$s and one $4$:
Here we use the binomial identity $\binom{n}{k-1}+\binom{n}{k}=\binom{n+1}{k}$.