<p>Let’s get back to Permutations and Combinations for a bit. Here’s a quck review of what we talked about so far:</p>
<p>A permutation is an arrangement. A combination is a subset of a particular set containing a specific number of elements.</p>
<p>For example, the permutations of {1, 2, 3} taken 2 at a time are 12, 21, 13, 31, 23, and 32. The combinations of {1, 2, 3} taken 2 at a time are 12, 13, and 23.</p>
<p>Note that 12 and 21 represent the same combination, but different permutations. In fact, in general, each combination corresponds to a list of permutations. There are always more permutations than combinations. </p>
<p>To compute the number of permutations or combinations, you can </p>
<p>(a) simply list them and count.
(b) use the nPr and nCr functions in your graphing calculator.</p>
<p>Try this example:</p>
<p>Compute the number of permutations and combinations of elements from the set {a, b, c, d} taken (a) 2 at a time, and (b) 4 at a time. </p>
<p>Compute these numbers in 2 different ways:</p>
<p>(1) By using the nPr and nCr functions in your graphing calculator.
(2) By listing all of them and counting.</p>