Thread Closed

binomial coefficient

 
Share Thread Thread Tools
Jun1-08, 05:10 AM   #1
 

binomial coefficient


1. The problem statement, all variables and given/known data

How is possible this equality:

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

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

2. Relevant equations



3. The attempt at a solution
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> 'Whodunnit' of Irish potato famine solved
>> The mammoth's lament: Study shows how cosmic impact sparked devastating climate change
>> Curiosity Mars rover drills second rock target
Jun1-08, 06:07 AM   #2
 
[tex] 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)![/tex]

[tex] k! = k \cdot (k-1) \cdot (k-2) \cdot \cdot \cdot 2 \cdot 1 [/tex]


So we get:

[tex] \frac{n!}{(n-k)!} = n \cdot (n-1) \cdot \cdot \cdot n-k+1 [/tex]
 
Jun1-08, 08:26 AM   #3
 
multiply the first bit by (n-k)!/(n-k)!
 
Jun1-08, 12:09 PM   #4
 

binomial coefficient


Ok, I understand about:

[tex]
\frac{n!}{(n-k)!} = n \cdot (n-1) \cdot \cdot \cdot n-k+1
[/tex]
But still I can't understand why n! is written like that..
 
Jun1-08, 01:04 PM   #5
 
Quote by Physicsissuef View Post
Ok, I understand about:

[tex]
\frac{n!}{(n-k)!} = n \cdot (n-1) \cdot \cdot \cdot n-k+1
[/tex]
But still I can't understand why n! is written like that..
Note that:

[tex] {n \choose k} \neq \frac{n!}{k!} [/tex]

The definition is the one in your first post.
 
Jun1-08, 02:40 PM   #6
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
Quote by Physicsissuef View Post
Ok, I understand about:

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

You started by saying that you understand that
[tex] {n \choose k} = \frac{n \cdot (n-1) \cdots (n-k+1)}{k(k-1)...1}[/tex]
but did not understand why
[tex]\frac{n \cdot (n-1) \cdots (n-k+1)}{k(k-1)...1}= \frac{n!}{k!(n-k)!}[/tex]
That is what was just explained. It is written "that way" in order to give a simple closed form expression to
[tex]\frac{n \cdot (n-1) \cdots (n-k+1)}{k(k-1)...1}[/tex]
"without the dots".
 
Thread Closed
Thread Tools


Similar Threads for: binomial coefficient
Thread Forum Replies
[SOLVED] Binomial Coefficient Calculus & Beyond Homework 2
Interval of convergence with binomial coefficient Calculus & Beyond Homework 1
binomial coefficient modulo 2^n Linear & Abstract Algebra 19
binomial coefficient modulo a prime Linear & Abstract Algebra 1
Binomial Coefficient problem Introductory Physics Homework 2