how can (k+1)! (k+2)-1 be (k+2)!-1?

68 Views Asked by At

how can $(k+1)! (k+2)-1$ be $(k+2)!-1$ ? Can someone explain how it works?

I already tried to expand it but didn't work.

1

There are 1 best solutions below

1
On

Use the definition of factorial.

Since $(k+2)! = (k+2) \cdot (k+1) \cdot k \cdots 2 \cdot 1 = (k+2) \cdot (k+1)!$, you have

$$ (k+1)! (k+2) - 1 = (k+2)! - 1.$$

Unless I misunderstood your question?