Simplify factorials into a combinatorial formula

129 Views Asked by At

Is there any way to simplify this into a combinatorial formula?

$$\frac{t!(n-t)!}{n!}$$

1

There are 1 best solutions below

0
On BEST ANSWER

It is the reciprocal of a binomial coefficient, assuming $0 \le t \le n$:

$$ \frac{t!(n-t)!}{n!} = \binom{n}{t}^{-1} $$