tehsky
so lyk yeh.
Can anyone show me the full expansion..? as in what cancles with what factorial etc..the addition bit is confusng me :S
you understand how they got the denominator right?? (its just common denominator crap)tehsky said:Can anyone show me the full expansion..? as in what cancles with what factorial etc..the addition bit is confusng me :S
Trebla said:From: n! / [r!.(n - r)!] + n! / [(r - 1)!.(n - r + 1)!]
Break the r! into r.(r - 1)! and the (n - r + 1)! into (n - r + 1).(n - r)!
= n! / [r.(r - 1)!.(n - r)!] + n! / [(r - 1)!.(n - r + 1).(n - r)!]
To make life easier, factorise out: n! / [(r - 1)!.(n - r)!]
= n! / [(r - 1)!.(n - r)!] { 1 / r + 1 / (n - r + 1) }
Now for the expression in { }, put over a common denominator:
= n! / [(r - 1)!.(n - r)!] x { [(n - r + 1) + r] / r.(n - r + 1) }
Now put the factor back in:
= [n!.(n - r + 1) + r.n!] / [r.(r - 1)!.(n - r + 1)(n - r)!]
= [n!.(n - r + 1) + r.n!] / [r!.(n - r + 1)!]