Author |
Topic: binomial coefficients (Read 2035 times) |
|
Christine
Full Member
  

Posts: 159
|
 |
binomial coefficients
« on: Sep 26th, 2013, 12:43pm » |
Quote Modify
|
C(n,k) = n!/(k!(n-k)!) Is the equality (r-k) * C(r, k) = r * C(r-1, k) always true?
|
|
IP Logged |
|
|
|
pex
Uberpuzzler
    

Gender: 
Posts: 880
|
 |
Re: binomial coefficients
« Reply #1 on: Sep 26th, 2013, 12:54pm » |
Quote Modify
|
on Sep 26th, 2013, 12:43pm, Christine wrote:C(n,k) = n!/(k!(n-k)!) Is the equality (r-k) * C(r, k) = r * C(r-1, k) always true? |
| Yes: use n! = n * (n-1)! a couple of times.
|
|
IP Logged |
|
|
|
|