Assume a box that contains $20$ colored balls.
\begin{align} &-Red: 2 \\ &-Blue: 1 \\ &-White: 4 \\ &-Orange: 3 \\ &-Black: 5 \\ &-Yellow: 2 \\ &-Green: 3 \end{align} The possible ways to put all those $20$ in order are: $$ N_{20}=\frac{20!}{2!1!4!3!5!2!3!} $$ However, what if we want to pick only $5$ and put them in order? I tried picking ordered groups of $5$ out of $20$ but ended up double-counting. Any hints?
Strategy
Notice that $5$ can be partitioned in the following ways. \begin{align*} 5 & = 5\\ & = 4 + 1\\ & = 3 + 2\\ & = 3 + 1 + 1\\ & = 2 + 2 + 1\\ & = 2 + 1 + 1 + 1\\ & = 1 + 1 + 1 + 1 + 1 \end{align*} This allows us to consider cases.
Five balls of one color: We must select the black balls, then fill all five positions with them.
Four balls of one color and one ball of a different color: We have two choices for which color to use for the four balls of the same color. Choose four of the five positions for that color. Choose one of the other six colors to fill the remaining position.
Three balls of one color and two balls of a different color: We can have four choices for which color to use for the three balls of the same color. Choose three of the five positions for that color. No matter which color we have used, we are left with five choices for the color to use for the two balls of the same color. Those balls must fill the remaining two positions.
Three balls of one color and one ball each from two of the other colors: We have four choices for which color to use for the three balls of the same color. Choose three of the five positions for that color. That leaves us with six colors from which to choose the remaining two colors. Arrange those two distinct balls in the remaining two positions.
Two balls each of two colors and one ball from one of the other colors: We have six choices for which colors to use for the two pairs of balls of the same color. Choose two of the five positions for the selected color that appears first in an alphabetical list. Choose of the the remaining three positions for the other selected color. Choose one of the other five colors to fill the remaining position.
Two balls of one color and one ball each from three other colors: We have six choices for which color to use for the pair. Choose two of the five positions for that color. Choose three of the remaining six colors. Arrange those three distinct balls in the remaining three positions.
One ball from each of five colors: Choose five of the seven colors. Arrange the five distinct balls in the five positions.