• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Question about factorials...

Reduce the denominator of each set of terms on the right side of the equation.

p!(n-p)(n-p-1)! is equivalent to p!(n-p)!.

p(p-1)!(n-p)! reduces to p!(n-p)! as well.

Now both terms have a common denominator; thus, one can add the numerators. Factor out an (n-1)! from the numerator to acheive the final numerator listed in the fourth step.
 
Originally posted by: Vespasian
So (n-p)(n-p-1)! = (n-p)! and p(p-1)! = p! ?
Precisely - at least within the contraints of the given of the proposition: 0<=p<=n. Regard the definition of a factorial, and you should be able to deduce why. Or, merely look at an example:

(9-4)(9-4-1)! = (9-4)!
5(4)! = 5!
5(4*3*2*1) = 5!
5! = 5!
 
Back
Top