What does the following notation mean?
$$k \choose n$$
If you didn't understand me see my question and the first answer that was accepted Permutation and combinations using chairs?
What does the following notation mean?
$$k \choose n$$
If you didn't understand me see my question and the first answer that was accepted Permutation and combinations using chairs?
$$\binom{n}{r}=nCr=\frac{n!}{r!(n-r)!}$$ $$\text{Where }x!=1\cdot2\cdot3\cdot\ldots\cdot x$$ E.g. $$\binom{7}{5}=\frac{7!}{5!\cdot2!}=\frac{1\cdot2\cdot3\cdot4\cdot5\cdot6\cdot7}{(1\cdot2\cdot3\cdot4\cdot5)\cdot(1\cdot2)}=\frac{6\cdot7}{2}=21$$