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

229 Views Asked by At

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

My book shows the answer as $n(n+1)$. I don't know how does it come up?

I have tried:

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

I have been trying so hard but can't proceed more towards answer. Please help.

5

There are 5 best solutions below

0
On BEST ANSWER

Rather $(n+1)!=(n+1)(n)(n-1)!$ now just cancel it with $(n-1)!$ thats all.

0
On

$$\color{red}{\frac{(n+1)!}{(n-1)!}}=\color{green}{\frac{(n+1)n(n-1)(n-2)...3\cdot 2\cdot 1}{(n-1)(n-2)...3\cdot 2\cdot 1}}=\color{blue}{(n+1)n}$$

0
On

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

Remember that $k!= k(k-1)(k-2)...(3)(2)(1)$

0
On

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

cancel $(n-1)!$ and it solves the problem

0
On

Based on your attempt:

$$\require{cancel}\frac{(n+1)!}{(n-1)!}=\frac{(n+1)n\cancel{(n-1)!}}{\cancel{(n-1)!}}=\color{red}{n(n+1)}$$