Advanced Combination Calculator (nCr & nPr) | Free Online Math Tool

Advanced Combination Calculator

Calculate Combinations (nCr) & Permutations (nPr) instantly with high precision.

Calculator Inputs

About this Method

Combinations (nCr) count the number of ways to choose items when order doesn't matter and items cannot be repeated.

Formula: n! / (r! * (n-r)!)

Example: Choosing 3 students from a class of 10 for a committee.

Recent History

No history yet...

What is the Difference Between Combination and Permutation?

When selecting items from a group, the difference lies in whether the order of selection matters.

  • Combination (nCr): Order does NOT matter. Selecting "A, B, C" is the same as "C, B, A". (Example: Lottery numbers, picking a team).
  • Permutation (nPr): Order DOES matter. "A, B, C" is different from "C, B, A". (Example: Password codes, race winners).

Formulas Used in this Tool

Our Advanced Combination Calculator uses the following mathematical formulas:

  • Combination: nCr = n! / (r! * (n-r)!)
  • Permutation: nPr = n! / (n-r)!
  • Combination with Repetition: (n+r-1)! / (r! * (n-1)!)
  • Permutation with Repetition: n^r

Frequently Asked Questions (FAQ)

Can this calculator handle large numbers?

Yes! Unlike standard calculators that error out with "Infinity" on values like 1000!, our tool uses a custom BigInt engine to process unlimited digits accurately.

How do I save my calculations?

Your history is automatically saved in your browser. You can also click the CSV or PDF buttons to download a report of your work.

© 2024 Ultimate Math Tools. All rights reserved.