
Michael M. answered 05/03/21
Math, Chem, Physics, Tutoring with Michael ("800" SAT math)
The trick of doing this is writing out the factorials. n! can be written as n*(n-1)*(n-2)*...* 3*2*1. You start with n and then decrease your number by 1 each time until you get to 1.
a) (n+2) * (n+1)! = (n+2) * (n+1) * n *...* 3 * 2 * 1. This is the same as (n+2)!
b) (n+1)! / (n- 1)! = [(n+1) * n * (n-1)* (n-2) * ...* 3 * 2 * 1] / [ (n-1)* (n-2) * ...* 3 * 2 * 1]
Notice that a lot of this cancels. There's a 1 in both the numerator and the denominator so they cancel. The 2's cancel and the 3's. Every number up to and including n-1 will cancel, so you'll be left with just (n+1)*n
c) This one is similar to part a).