Simplify the factorial $\frac{(n-2)!}{(n-3)!}$

4.1k Views Asked by At

What the problem looks like: $$\frac{(n-2)!}{(n-3)!}$$

3

There are 3 best solutions below

0
On

Use the definition, since $k! = k\cdot (k-1) \cdot (k-2) \cdot \ldots \cdot 2 \cdot 1$, you have: $$\frac{(n-2)!}{(n-3)!} = \frac{(n-2)(n-3)(n-4)\cdots}{(n-3)(n-4)(n-5)\cdots}$$ You can cancel a lot!

Once you get the idea, note that: $$\frac{\color{blue}{(n-2)!}}{(n-3)!} = \frac{\color{blue}{(n-2)(n-3)!}}{(n-3)!} = \cdots$$

0
On

Here's an HINT : $$(n-2)!=(n-2)(n-3)!$$

0
On

$$\frac{(n-2)!}{(n-3)!}$$

$$=\frac{(n-2)(n-2-1)!}{(n-3)!}$$

$$=\frac{(n-2)(n-3)!}{(n-3)!}$$

$$=(n-2)$$