SOLUTION: prove that : n! (n+2) = n! + (n+1)!

Algebra ->  Permutations -> SOLUTION: prove that : n! (n+2) = n! + (n+1)!      Log On


   



Question 814540: prove that : n! (n+2) = n! + (n+1)!
Answer by tommyt3rd(5050) About Me  (Show Source):
You can put this solution on YOUR website!
Proof:
n! + (n+1)!=
n! + (n+1)*(n)(n-1)(n-2)...=
n! + (n+1)n!=
n![1+(n+1)]=
n!(n+2)


or...

n!(n+2)=
n![(n+1)+1]=
n!*(n+1)+1*n!=
(n+1)!+n!=
n!+(n+1)!