ppfocus.com

🔢 Combination Calculator (nCr)

Calculate the number of ways to choose r items from n objects where order doesn't matter. Perfect for lottery calculations, team selections, and probability problems.

Input Values

Total number of items to choose from (0-1000)

Number of items to select (r ≤ n)

Quick Examples

Results

Combination Result
120
C(10,3) = 120

Formula Used

C(n,r) = n! / (r! × (n-r)!)

Related Information

Corresponding Permutation (nPr): 720
Binomial Coefficient: (10 choose 3)

Calculation Steps

Frequently Asked Questions

Disclaimer

This combination calculator is provided for educational and informational purposes only. While we strive for accuracy, please verify important calculations independently. The results should not be used as the sole basis for critical decisions.