Simplification in expressions with factorials

It is possible to "cut short" a factorial expression by using the following equality: n!=n(n1)!

This allows us to simplify terms when factorials appear in fractions.

Example

For instance, calculating an expression like: 8!6!3! We must bear in mind that in the numerator 8!=87654321=876! (we have stopped the development at 6! because it is the term that appears in the denominator and thus we will be able to simplify it. So that 8!6!3!=876!6!3!=8732=283

Example

Another example, calculating the value of: 14!6!13!7! In this case we will develop the numerator and denominator in such a way as to have the biggest advantage in the simplification, 14!=1413! and 7!=76!:

14!6!13!7!=1413!6!13!76!=147=2

The same method can be used for literal expressions (those in which letters appear instead of numbers): x!(x1)!=x(x1)!(x1)!=x

The example can be as complicated as you like, but the solution will always be simple: (m2)!x!(x1)!m!=(m2)!x(x1)!(x1)!m(m1)!=(m2)!xm(m1)(m2)!=xm(m1)