1

I'm unsure on how this simplifies. Could anyone explain how and what technique is used to produce the answer? Any help would be most appreciated. $$ (n+1)(n+1)!+(n+1)!−1 \\ = (n + 1)!((n + 1) + 1) − 1 \\ = (n + 1)!(n + 2) − 1 $$

Arthur
  • 199,419
Bradley
  • 17
  • 6

1 Answers1

3

This is simply an application of the distributive law for addition and multiplication. It looks worse because the terms are themselves a little complicated. To clarify matters, let $A=(n+1),B=(n+1)!$. Then your expression is simply $$AB+B-1$$

And this can be rewritten as $$B(A+1)-1$$

That's all that's going on here!

Worth pointing out: One could take it one step further and remark that $(n+2)(n+1)!=(n+2)!$ thus your expression becomes $$(n+2)!-1$$

lulu
  • 70,402