Factorials, Simplify the addition and multiplication of factorials.

281 Views Asked by At

I have an equation containing factorials here

$$(k+1)!+(k+1)(k+1)!$$

yet I am having a hard time understanding how to simplify it using algebra. A simple search on wolfram gets me a reduced form of

$$(k + 2)! $$

This would be a great refresher to such problems, sadly I don't know the elementary operations to reduce it.

2

There are 2 best solutions below

1
On BEST ANSWER

\begin{align} &(k + 1)! + (k + 1)(k + 1)!\\ = & (k + 1)!(1 + k + 1)\\ = & (k + 1)!(k + 2)\\ = & (k + 2)(k + 1)(k)(k - 1)....(1)\\ = & (k +2)!\\ \end{align} First you factor out the $(k + 1)!$ and simplify $(1 + k + 1) = (k + 2)$. You are left with $(k + 2)(k + 1)!$ which is just $(k + 2)!$.

1
On

Factor out the $(k+1)!$:

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