SOURCE SET (N = 5 items)
SLOT MATHEMATICS ANALYSIS
Combinations (10) Order Ignored โข Hover to Highlight Permutations
Permutations (60) Order Matters โข Highlighted on Selection
Arrangement Metrics
Adjust the variables N and R. Notice how selecting fewer items reduces both counts, and how permutations grow much faster than combinations due to factorial scaling ($R!$).
Variable Adjuster
Permutations & Combinations Explorer
PERMPermutations (order matters) represent sequential arrangements of items, where switching sequence creates a new outcome. Combinations (order does not matter) represent subset groupings, where arrangements of the same items collapse into a single set.
Whiteboard Solver Steps
Step 1: Compute Factorials
Factorial (
Step 2: Permutations (Order Matters)
Permutation describes arrangement where sequence order is critical (e.g. passcodes). Using the slot method, we fill
Step 3: Combinations (Order Does Not Matter)
Combination describes subset groupings where sequence order is ignored (e.g. lottery balls). Because ordering is irrelevant, we divide the total permutations (
Step 4: Machine Learning & Coding Applications
Where it is used:
- Feature Selection: Finding optimal subsets of input features (