CAT Quant · Chapter Test
Factorials — 25-Question Test
A fresh, mixed-difficulty set drawn from the whole chapter — questions you haven't been asked before. Auto-graded with full solutions; your result is saved to your dashboard.
Building your 25-question test…
Formula Reference Sheet
This chapter
Core definitions & identities
| Factorial | n! = 1 × 2 × 3 × … × n |
|---|---|
| Empty product | 0! = 1! = 1 |
| Recurrence | n! = n × (n − 1)! |
| Ratio of factorials | n! / (n − r)! = n(n−1)…(n−r+1) |
| Combination | ⁿCᵣ = n! / [r!(n − r)!] |
Power & zero-counting tools
| Highest power of prime p in n! (Legendre) | ⌊n/p⌋ + ⌊n/p²⌋ + ⌊n/p³⌋ + … |
|---|---|
| Trailing zeros of n! | ⌊n/5⌋ + ⌊n/25⌋ + ⌊n/125⌋ + … |
| Power of composite (e.g. 6 = 2×3) | min of the prime-factor powers in n! |
| Power of pᵏ (e.g. 9 = 3²) | ⌊ (power of p in n!) / k ⌋ |
| Quick count of multiples of m up to n | ⌊n/m⌋ |
CAT reference
🖩 Graphing Calculator