Questions: Factorial

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

Which of the following correctly simplifies 10!/8! without expanding either factorial in full?

A10!/8! = 10 × 9 × 8 = 720
B10!/8! = 10 × 9 = 90
C10!/8! = 2! = 2
D10!/8! cannot be simplified without a calculator because both factorials must be computed first
Question 2 Multiple Choice

A student claims that 0! = 0 because 'the product of no numbers is zero.' What is wrong with this reasoning?

AThe student is right — 0! = 0 follows from the same logic that 0 × anything equals 0
B0! is undefined because you cannot meaningfully multiply zero numbers together
C0! = 1 because the empty product equals 1 by mathematical convention, and this is required for combinatorial formulas like C(n,0) = 1 to remain consistent
D0! = 1 is purely a convenient definition with no deeper mathematical justification
Question 3 True / False

For large values of n, n! grows much faster than 2^n.

TTrue
FFalse
Question 4 True / False

0! = 0 because zero factorial means multiplying zero copies of a number, which produces zero.

TTrue
FFalse
Question 5 Short Answer

Explain why the number of ways to arrange n distinct objects in a sequence equals n!, using the multiplication principle.

Think about your answer, then reveal below.