Permutation & Combination

Calculate permutations (nPr) and combinations (nCr) effortlessly.

Permutation (nPr)
About Permutations & Combinations

What is the Difference?

Permutations and combinations are two fundamental concepts in combinatorics that deal with counting the number of ways to select or arrange items from a set. The key difference between them is whether the order of selection matters.

  • Permutation (nPr): An arrangement of items where order matters. For example, if you are choosing the 1st, 2nd, and 3rd place winners in a race, the order in which they are chosen is important. "ABC" is a different outcome from "BCA".
  • Combination (nCr): A selection of items where order does not matter. For example, if you are choosing a committee of 3 people from a group of 10, the order in which you pick them doesn't change the final committee. "ABC" is the same as "BCA".

How to Use This Calculator

Select the appropriate tab, either "Permutation (nPr)" or "Combination (nCr)". In both cases, you need to provide:

  • Total Items (n): The total number of items in the set you are choosing from.
  • Items to Choose (r): The number of items you are selecting or arranging.

Click "Calculate" to get the result. Note that for any given 'n' and 'r', the number of permutations will always be greater than or equal to the number of combinations.

Practical Applications

These concepts are crucial in many fields, including statistics, computer science, and engineering.

  • Password Security: Calculating how many possible passwords can be formed from a set of characters.
  • Lotteries and Games: Determining the odds of winning a lottery or drawing a specific hand in a card game.
  • Quality Control: Figuring out how many ways a sample can be selected from a batch for testing.
  • Scheduling: Calculating the number of different ways tasks or people can be scheduled.

Frequently Asked Questions