How do you simplify #(3(n+1)! )/ (5n!)#?

1 Answer
Nov 9, 2015

#{3(n+1)!}/{5n!} = {3(n+1)}/5#

Explanation:

The factorial of any integer #n# is given by

#n! = n(n-1)(n-2)(n-3)...(3)(2)(1)#

Therefore, the factorial of #n+1# would be

#(n+1)! = (n+1)(n)(n-1)(n-2)(n-3)...(3)(2)(1)#

Using these two expression in our original question,

#{3(n+1)!}/{5n!} = [3(n+1)(n)(n-1)(n-2)...(3)(2)(1)]/[5(n)(n-1)(n-2)...(3)(2)(1)]#

All terms in the denominator except #5# are cancelled out by corresponding terms in the numerator. Therefore, you finally get

#{3(n+1)!}/{5n!} = {3(n+1)}/5#