Let $n\in N$, $k\in Z$, $o\leq k \leq n$. Define $C^{n}_k$ as the coefficient of $x^{n-k}y^k$ in the expansion of $(x+y)^n$
$$(x+y)^n= \sum^{n}_{k=0} C^{n}_k x^{n-k}y^k$$
Prove that ${C^{n}_{k}}={n \choose k}$.
My first guess is to use Pascal's triangle.
This depends on your definition of $\binom{n}{k}.$ If it is defined as the number of subsets of size $k$ from a set of size $n,$ then just look at the product $$(x+y)^n=(x+y)(x+y) \cdots (x+y)$$ where there are $n$ copies of $(x+y)$ to be multiplied. When expanded, how many terms will have $k$ copies of $y$ and so the remaining $n-k$ copies of $x$? So the number of these terms is $\binom{n}{k}.$
Added example:
Here is an explanatory example for $(x+y)^5.$ First one needs to use a generalized distributive law which for example allows one to go from $(a+b)(c+d)(e+f)$ directly to the 8 possible products $$ace+acf+ade+adf+bce+bcf+bde+bdf.$$ In other words one takes one term from each factor in all possible ways, and multiplies those terms. Note I have intentionally kept the order in the terms multiplied, e.g. did not write $cae$ rather than $ace.$
Now IF the multiplication is commutative, one can interchange the factors in the terms after use of the generalized distributive law. But it is instructive to wait on doing this. For our example of $(x+y)^5$ there will then be 32 terms in all after applying the generalized distributive law. Among these terms, those containing two $y$'s will be $yyxxx,yxyxx,\cdots,xxxyy,$ and there are ten in all, going with $\binom{5}{2}$ Concretely, the subset $\{3,5\}$ of the five element set $\{1,2,3,4,5\}$ would be taken to mean that the two $y$'s appear in positions 3 and 5, i.e. $\{3,5\}$ would go with the term $xxyxy.$
Now in showing the rest of the binomial theorem, all that is done is that in each term one uses commutativity to place all the $x$'s before the $y$'s, so that our specific term $xxxyy$ would be counted toward the coefficient of $x^3y^2.$ As we have explained, there are ten terms which would contribute to this count, which makes $10=\binom{5}{2}$ for the coefficient of $x^3y^2.$