Combinations and Permutations Calculator
Find the number of combinations and permutations when you choose a subset of r elements from a set of n elements. For help in using the calculator, read the Frequently-Asked Questions or review the Sample Problem.
Frequently-Asked Questions
Instructions: To find the answer to a frequently-asked question, simply click on the question.
Sample Problem
-
How many 3-digit numbers can be formed from the digits 1, 2, 3, 4, 5, 6, and 7, if each digit can be used only once?
Solution:
The solution to this problem involves counting the number of permutations of 7 distinct objects, taken 3 at a time. The number of permutations of n distinct objects, taken r at a time is:
nPr = n! / (n - r)!
7P3 = 7! / (7 - 3)! = 7! / 4! = (7)(6)(5) = 210Thus, 210 different 3-digit numbers can be formed from the digits 1, 2, 3, 4, 5, 6, and 7. To solve this problem using the Combination and Permutation Calculator, do the following:
- Enter "3" for "Subset size".
- Enter "7" for "Set size".
- Click the "Calculate" button.
The answer, 210, is displayed in the "Permutations" textbox, as shown below.

-
The Atlanta Braves are having a walk-on tryout camp for baseball players. Thirty players show up at camp, but the coaches can choose only four. How many ways can four players be chosen from the 30 that have shown up?
Solution:
The solution to this problem involves counting the number of combinations of 30 players, taken 4 at a time. The number of combinations of n distinct objects, taken r at a time is:
nCr = n! / r! (n - r)!
30C4 = 30! / 4!(30 - 4)! = 30! / 4! 26! = 27,405Thus, 27,405 different groupings of 4 players are possible. To solve this problem using the Combination and Permutation Calculator, do the following:
- Enter "4" for "Subset size".
- Enter "30" for "Set size".
- Click the "Calculate" button.
The answer, 27,405, is displayed in the "Combinations" textbox, as shown below.
