Permutations and Combinations on the TI-84 Evo

The TI-84 Evo has built-in permutation and combination commands, nPr and nCr, in the PROB tab of the MATH menu.

Enter a permutation (nPr)

Use nPr when the order matters, like picking a President and a Vice President from a group of 5 people.

  1. Press the MATH key. Arrow right to the PROB tab.
  2. Choose nPr. Arrow down to nPr, item 2, and press enter.
    The TI-84 Evo PROB tab of the MATH menu with nPr, item 2, highlighted and nCr on the row below
  3. Fill in the two boxes. Type your first number, 5, in the left box, press the right arrow to move to the second box, then type your second number, 2. The line reads 5P2.
    The TI-84 Evo showing the nPr template with two empty boxes, one on each side of a raised P
  4. Press enter for the answer. There are 20 ways to pick a President and VP.
    The TI-84 Evo showing 5 nPr 2 evaluated to 20

Enter a combination (nCr)

Use nCr when the order does not matter, like picking a 2-person committee from that same group of 5.

nCr works the same way, one row down. Press the MATH key, arrow right to PROB, then arrow down to nCr, item 3. Fill the two boxes the same way: type 5, press the right arrow, type 2, and press enter.

The TI-84 Evo showing 5 nCr 2 evaluated to 10

The answer, 10, is smaller than the 20 permutations above, because a committee does not care who was picked first.

A keyboard shortcut

You can also reach these commands without the MATH menu. Press alpha, then window, to open the FUNC shortcut menu. nPr is item 7 and nCr is item 8.

The TI-84 Evo FUNC shortcut menu, opened with alpha and window, with nPr as item 7 and nCr as item 8

Pressing the up arrow from the top wraps to the bottom, a quick route to both. Highlight the one you want, press enter, and fill in the boxes the same way.

Good to know

  • Choosing more than you have gives 0. Ask for 5 nCr 7, choosing 7 from a group of 5, and the calculator returns 0, because there is no way to do it.
    The TI-84 Evo showing 5 nCr 7 evaluated to 0
  • Both numbers have to be whole numbers. A decimal like 5.5 returns ERROR: DOMAIN.
  • The factorial command sits right here too. The exclamation point is item 4 in the same PROB menu, one row below nCr. See How to Do Factorials on the TI-84 Evo.