Simplify the following expression:
$\binom{n+1}{3} * \frac{(n-1)! + (n-2)!}{(n+1)!}$
My attempt:
$\binom{n+1}{3} * \frac{(n-1)! + (n-2)!}{(n+1)!} = \frac{(n+1)!}{3!(n+1-3)!} * \frac{(n-1)! + (n-2)!}{(n+1)!} = \frac{(n+1)!}{3!(n-2)!} * \frac{(n-1)! + (n-2)!}{(n+1)!}$
and this is where I get stuck... How to continue?
When I put $\binom{n+1}{3} * \frac{(n-1)! + (n-2)!}{(n+1)!}$ into Wolfram Alpha it simplifies it into: $\frac{n}{6}$
When I put $\frac{(n+1)!}{3!(n+1-3)!} * \frac{(n-1)! + (n-2)!}{(n+1)!}$ into Wolfram Alpha it simplifies it into: $\frac{1}{6} * (n^{3} - n +1)$
Well, for starters you can cancel the two $(n+1)!$s from the top and the bottom of the fraction.
Also note that $(n-1)! = (n-1)((n-2)!)$ and then you can cancel an $(n-2)!$ from the top and the bottom.