As far as I know for binomial coefficients, we can express one as either $\binom {n} {k}$ or $\binom {n} {k,\ n-k}$. If I'm not wrong they both mean the same thing: $\frac{n!}{k!(n-k)!}$
What about multinomial coefficients? If I have an expression $\binom {n} {i,\ j}$, is it the same as $\binom {n} {i,\ j,\ n-i-j}$? Which one of the two is $\frac{n!}{i!j!n-i-j!}$ and which one's $\frac{n!}{i!j!}$? I'm confused.
Thanks.
You will get a more intuitive understanding by considering dividing people into labelled groups.
If $10$ people are to be divided into two labelled groups $A$ and $B$ of, say, $7$ and $3$,
we can use the binomial coefficient to write $\binom{10}7$ or the multinomial coefficient to write $\binom{10}{7,3}$
If we are to divide them into three groups of $5$, $3$, and $2$,
we can write $\binom{10}{5,3}$ or $\binom{10}{5,3,2}$ because the last group gets formed automatically with the residue.
The point is that the last part can always be left out of the expression,
and conventionally it is left out when there are two groups, but is left to taste when more than two groups are there.
In $\binom{n}{i,j} \equiv \binom{n}{i,j,n-i-j}$
the $RHS$ is the full expression for $3$ groups with the last group having $0$ members,
and the LHS is the abridged form for the same grouping.