How would you explain, how ${5\choose4}$ corresponds to the pattern $6-6-6-6-3$ when throwing five dice. The pattern is meant to form a sum of $27$ in total.
What I do understand is that you could shift the place of $3$ to form $4$ different patterns than the one above. However that would mean that this combination (${5\choose4}$) somehow acts as a permutation in some sense. But then I would like to know what do I choose from (5), and why do I choose that what I choose (4).
The expression
$${5 \choose 4}$$
counts the number of ways that you can roll $5$ dice to come up with $4$ sixes and a single three.
You have five dice. That's the $5$. You're choosing $4$ of them to have a value of six. The remaining one has a value of three.
Note that you can also count them as
$${5 \choose 1}.$$
You're choosing $1$ die of the $5$ to have a value of three, and the others have a value of six.
In general,
$${n \choose k} = {n \choose n-k}.$$