What is the origin of the binomial coefficient formula equality?

AI Thread Summary
The discussion centers on understanding the binomial coefficient formula equality, specifically how {n choose k} equals both \frac{n \cdot (n-1) \cdots (n-k+1)}{k(k-1)...1} and \frac{n!}{k!(n-k)!}. Participants clarify that the expression \frac{n!}{(n-k)!} simplifies to n \cdot (n-1) \cdots (n-k+1), which leads to confusion about the notation. The formula is structured this way to provide a concise closed form without the ellipses. Ultimately, the focus is on the equivalence of these expressions and their derivation from factorial definitions.
Physicsissuef
Messages
908
Reaction score
0

Homework Statement



How is possible this equality:

{n \choose k} = \frac{n \cdot (n-1) \cdots (n-k+1)}{k(k-1)...1} = \frac{n!}{k!(n-k)!}

? I mean where the second part \frac{n!}{k!(n-k)!} comes from?

Homework Equations





The Attempt at a Solution

 
Physics news on Phys.org
n! = n \cdot (n-1) \cdot (n-2) \cdot \cdot \cdot (n-k-1) \cdot (n-k-2) \cdot \cdot \cdot 3 \cdot 2 \cdot 1 = n \cdot (n-1) \cdot (n-2) \cdot \cdot \cdot (n-(k-1)) \cdot (n-k)!

k! = k \cdot (k-1) \cdot (k-2) \cdot \cdot \cdot 2 \cdot 1


So we get:

\frac{n!}{(n-k)!} = n \cdot (n-1) \cdot \cdot \cdot n-k+1
 
multiply the first bit by (n-k)!/(n-k)! :smile:
 
Last edited:
Ok, I understand about:

<br /> \frac{n!}{(n-k)!} = n \cdot (n-1) \cdot \cdot \cdot n-k+1 <br />
But still I can't understand why n! is written like that..
 
Physicsissuef said:
Ok, I understand about:

<br /> \frac{n!}{(n-k)!} = n \cdot (n-1) \cdot \cdot \cdot n-k+1 <br />
But still I can't understand why n! is written like that..

Note that:

{n \choose k} \neq \frac{n!}{k!}

The definition is the one in your first post.
 
Physicsissuef said:
Ok, I understand about:

<br /> \frac{n!}{(n-k)!} = n \cdot (n-1) \cdot \cdot \cdot n-k+1 <br />
But still I can't understand why n! is written like that..
Written like what?

You started by saying that you understand that
{n \choose k} = \frac{n \cdot (n-1) \cdots (n-k+1)}{k(k-1)...1}
but did not understand why
\frac{n \cdot (n-1) \cdots (n-k+1)}{k(k-1)...1}= \frac{n!}{k!(n-k)!}
That is what was just explained. It is written "that way" in order to give a simple closed form expression to
\frac{n \cdot (n-1) \cdots (n-k+1)}{k(k-1)...1}
"without the dots".
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top