Understanding Binomial Coefficients: Solving a Sample Problem

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 3K views
Hessinger
Messages
2
Reaction score
0
I understand permutations, combinations and such, but I can't seem to make sense of binomial coefficients, or at least the notation.

As an example, could someone walk me through the notation for a generic problem.. something like 100 people eligible for an award and the winner can choose 1 prize among 5 choices.
 
Physics news on Phys.org
Note [tex](x+y)^n=\sum_{k=0}^{n}\left(\begin{array}{cc}n\\k\end{array}\right) x^{n-k}y^{k}[/tex] or you can use Pascal's Triangle to get the binomial coefficients.
 
What is precisely that you don't understand about binomial coefficients? You say that you understand combinations, but the binomial coefficients are numerically equal to combinations without repetition, so please be more specific about your problem.