Simplyfying factorials why is $(n+1)(n-1)!-(n-1)! = n(n-1)!$?

60 Views Asked by At

I am a bit unclear on how these two expressions are equal:

$$(n+1)(n-1)!-(n-1)! = n(n-1)!$$

So far, I obtained

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

However, I am unsure about the last step.

2

There are 2 best solutions below

0
On BEST ANSWER

If you're not seeing it, set $N=(n-1)!$

Then we have:

$$N(n+1) - N = N(n+1-1)=\cdots$$

0
On

You are fine. Just complete the argument by noting that $(n+1)(n-1)!-(n-1)!=(n+1-1)(n-1)!=n(n-1)!$.