Combination Generator

Generate all possible combinations from a list of items.

Combination Generator

Summary

Total Items

Total Combinations

Type

Size Range

Generated Combinations ( total)

No combinations match the current filter.

Understanding Combinations

Formulas

Combinations (no repetition):
C(n,r) = n! / (r! × (n-r)!)
Combinations (with repetition):
C(n+r-1,r) = (n+r-1)! / (r! × (n-1)!)
Permutations (order matters):
P(n,r) = n! / (n-r)!

Key Concepts

  • Combination: Selection where order doesn't matter (e.g., choosing team members)
  • Permutation: Arrangement where order matters (e.g., race positions)
  • With Repetition: Items can be selected multiple times
  • Without Repetition: Each item can only be selected once

Get Results of Combination Generator via Email

Save your calculations and get detailed breakdowns

We respect your privacy. No spam, unsubscribe anytime.

© 2025 Developer & Financial Tools. Built with Nunjucks and Alpine.js.

All calculations run locally in your browser for privacy and speed.

Build v1.0.0.154154 • Aug 14, 2025, 02:49 AM EDT

main@64c1e45

v1.0.0.154154