Caution
This article defines permutations and combinations in terms of factorials. When solving problems, sometimes (zero factorial) makes an appearance. Please keep in mind that , not zero.
Permutations
A permutation is an ordered arrangement of distinct items. For example, permutations of all four of the letters ABCD include DBAC, CDAB, ABCD, and more. We can also create permutations of only three of the letters, such as ABC, DAB, BAD, or CAD.
The number of ways to permute out of total items is written as and can be computed using either an explicit formula involving factorials or built-in calculator functionality.
Explicit formula for permutations
Computing permutations with Desmos
In the Desmos Scientific Calculator and the Desmos Graphing Calculator, permutations are computed via the function, which takes two inputs. For example, to compute , type
nPr(7,3). The calculator will then display .
Computing permutations with the TI83/TI84
- In the main calculator input window, input your value.
- Click the
MATHbutton and use the→key to switch to thePROB(probability) menu. Then, selectnPr.- Type your value on the screen. For example, if you are looking to compute , you should now see
8 nPr 5on your calculator screen.- Press
ENTERto evaluate.
Other miscellaneous notes:
- must be less than or equal to
Combinations
A combination is an unordered arrangement of distinct items. For example, going back to our set of four of the letters ABCD the three-letter combinations BAD and DAB would be considered to be the same combination since they contain exactly the same letters.
The number of ways to combine out of total items is written as or as and can be computed using either an explicit formula using factorials or built-in calculator functionality. In contexts where the notation is used, the term binomial coefficient is also used, which stems from its relationship with the binomial theorem.
Explicit formula for combinations (a.k.a. - binomial coefficient)
Note that by this formula we can establish the identity which also implies that meaning that the number of combinations cannot exceed the number of permutations.
Computing combinations with Desmos and the TI83/TI84
Follow the same instructions as for permutations described above, but instead use the function.
Other miscellaneous notes:
- must be less than or equal to
- and
- and
Combinations and Pascal’s Triangle
There is a relationship between the combination numbers and the entries of Pascal’s triangle, as shown below. Corresponding entries in each triangle are equal in value to each other.