Combinaciones
Last updated: 2026-08-24
Combinaciones — Calcula las combinaciones de n elementos tomados de r en r.
Inputs
Result
Enter values and press Calculate
Was this helpful?
How to use it
- Total n = 10, choosing r = 4
- Apply formula: C(10,4) = 10! ÷ (4! × 6!)
- Simplify: (10×9×8×7) ÷ (4×3×2×1)
- Calculate: 5040 ÷ 24 = 210 combinations
Common mistakes
- ⚠️ Using permutations fórmula instead of combinations
- ⚠️ Not simplifying factorials before calculating
- ⚠️ Confusing combinations with permutations (order matters)
Worked example
Calculate the number of combinations when choosing 4 items from 10.
The combinations {comb} count the number of ways to choose r items from n when order doesn't matter.
Input guide
| Field | Typical range |
|---|---|
| r | Selected items: 1 to n |
| n | Total items: 1 to 100 |