What does $(2n+2)!$ mean?

2.3k Views Asked by At

I don't understand why $(2n+2)!$ is equal to $(2n+2)(2n+1)(2n)!$ even though I think I understand what a factorial number is (7·6·5·4·3·2·1 = 7!). Any hints?

3

There are 3 best solutions below

0
On BEST ANSWER

Using an example of $n=3$, we have $2n+2=8, (2n+2)!=8!=8\cdot 7 \cdot 6!=(2n+2)(2n+1)(2n)!$ You are just sorting out the first two terms of the factorial.

0
On

$(2n+2)!=(2n+2)(2n+1)(2n)(2n-1)(2n-2)...3·2·1$ $(2n)!=2n(2n-1)(2n-2)...3·2·1$

So $(2n+2)(2n+1)(2n)!=(2n+2)(2n+1)2n(2n-1)(2n-2)...3·2·1=(2n+2)!$

0
On

$(2n+2)!=(2n+2)(2n+1)(2n)(2n-1)\cdots3\times 2\times 1=((2n+2)(2n+1))((2n)(2n-1)\cdots3\times 2\times 1)=(2n+2)(2n+1)(2n)!$