Calculating permutations on a TI-84 calculator can be done using the built-in nPr (Permutation) function. Here’s how you do it:
- Access the Math Menu: Press the
MATHbutton to access the Math menu. - Select the Permutation Function: Use the arrow keys to navigate to the
PROBcolumn, and select2:nPrand pressENTER. This will open the permutation function.
- Enter the Values:
- Enter the total number of items nn.
- Enter the number of items to arrange rr.
- Perform the Calculation: After entering nn and rr, press
ENTERagain to calculate the number of permutations.
The calculator will display the result, which is the number of ways to arrange rr items from a set of nn items where the order of selection matters.
Here’s an example: If you want to calculate the number of permutations for arranging 3 items from a set of 5, you would:
- Press
MATHto access the Math menu. - Choose
PROB, select2:nPrand pressENTER. - Enter
5for nn and3for rr. - Press
ENTERto get the result.
The TI-84 calculator will then display the number of permutations, which in this case is calculated using the formula P(n,r)=n!(n−r)!P(n,r)=(n−r)!n!
, and for our example, it would be 5!(5−3)!=60(5−3)!5!=60.
Remember that the permutation formula is n!(n−r)!(n−r)!n!, where !! denotes factorial, and rr is typically less than or equal to nn. The calculator performs this calculation for you when you use the nPr function.