Ask a New Question

Question

Express (12/4) in factorial notation (i.e. using the nCr formula). Evaluate.

5 years ago

Answers

oobleck
12C4 = 12! / 8!4! = 12*11*10*9 / 1*2*3*4

Count down r factors from n on top, count up r factors from 1 on the bottom
5 years ago

Related Questions

i just need help with factorials I assume you know what a factorial is: 1! = 1 2! = 1x2 = 2 3! = 1... what is the factorial of a negative number? The factorial function has singularities at the negativ... WAT IS 12 FACTORIAL Evaluate each factorial expression. 106! 104! Factorial def factorial(n): if n==1: else: return n* factorial(n-1) print("the factorial of ", 7, "is", fac... For the recursive factorial function output shown below, which lines of output would reflect the bac... Factorial of 5 is?
Ask a New Question
Archives Contact Us Privacy Policy Terms of Use