Files
freeCodeCamp/guide/english/tools/calculators/combinations-and-permutations-calculator/index.md

16 lines
735 B
Markdown
Raw Normal View History

2018-10-12 15:37:13 -04:00
---
title: Combinations and Permutations Calculator
---
## Combinations and Permutations Calculator
A combinations and permutations calculator calculates the number of permutations or combinations possible given some elements from a set.
2018-10-12 15:37:13 -04:00
A permutation refers to a possible arrangement of the elements of the given set, where the order is important. A combination is the same, except order is disregarded.
2018-10-12 15:37:13 -04:00
#### More Information:
* [An online combinations and permutations calculator](https://www.mathsisfun.com/combinatorics/combinations-permutations-calculator.html)
* [Wikipedia article on permutations](https://en.wikipedia.org/wiki/Permutation)
* [Wikipedia article on combinations](https://en.wikipedia.org/wiki/Combination)
2018-10-12 15:37:13 -04:00