SOLUTION: Prove that nCr=nCn-r
Algebra
->
Permutations
-> SOLUTION: Prove that nCr=nCn-r
Log On
Algebra: Combinatorics and Permutations
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Permutations
Question 1121719
:
Prove that nCr=nCn-r
Answer by
rothauserc(4718)
(
Show Source
):
You can
put this solution on YOUR website!
nCr = n! / (r! * (n-r)!)
:
nCn-r = n! / ((n-r)! * (n-(n-r))!) =
:
n! / ((n-r)! * (n-n+r)!) =
:
n! / ((n-r)! * r!) =
:
Note multiplication is commutative(a * b = b* a), therefore
:
n! / (r! * (n-r)!)
:
QED
: