How to Put Ncr in Calculator Ti 84
Calculating combinations (nCr) on your TI-84 calculator is straightforward once you know the correct sequence of steps. This guide will walk you through the process, explain the formula, and provide troubleshooting tips.
What is nCr?
nCr (also written as C(n,r) or "n choose r") represents the number of ways to choose r items from a set of n items without regard to order. The formula for combinations is:
nCr = n! / (r! × (n - r)!)
Where:
- n! (n factorial) is the product of all positive integers up to n
- r is the number of items to choose
- n must be greater than or equal to r
Combinations are used in probability, statistics, and many real-world applications where order doesn't matter.
Calculator Setup
Before you begin, ensure your TI-84 is in the correct mode:
- Press the MODE button
- Ensure the calculator is in "Math" mode (not "Base" or "Stat")
- Check that the "Decimal" setting is appropriate for your needs
Note: The TI-84 Plus and TI-84 Plus C Silver Edition both support combination calculations.
Step-by-Step Instructions
Method 1: Using the nCr Function
- Press the MATH key
- Use the arrow keys to highlight PRB (Probability)
- Select nCr (option 2)
- Enter the value for n (total items)
- Press the comma (,) key
- Enter the value for r (items to choose)
- Press ENTER to see the result
Method 2: Using the Factorial Function
- Press the MATH key
- Select PRB (Probability)
- Choose ! (Factorial, option 1)
- Enter the value for n, press ENTER
- Repeat for r and (n-r)
- Store these values in memory (STO button)
- Use the division function to calculate n! / (r! × (n-r)!)
Tip: For large values of n and r, the calculator may display an error if the result is too large for its display. In this case, use scientific notation or consider using a different calculator.
Worked Example
Let's calculate how many ways you can choose 3 cards from a standard deck of 52 playing cards (order doesn't matter).
- Press MATH → PRB → nCr
- Enter 52, press comma, enter 3
- Press ENTER
- The calculator displays 22100
This means there are 22,100 different possible 3-card combinations from a 52-card deck.
Troubleshooting
Common Issues and Solutions
- Error: INVALID DIM - This occurs when r is greater than n. Make sure n is larger than r.
- Error: OVERFLOW - The result is too large for the calculator. Try using scientific notation or a different calculator.
- Calculator not responding - Reset the calculator by pressing the ON button again.
If you're still having trouble, check that your calculator is not in a locked state (press ALPHA + 0 to unlock if needed).
FAQ
Can I calculate permutations on the TI-84?
Yes, permutations (nPr) are calculated similarly to combinations but use the nPr function in the PRB menu.
What's the difference between nCr and nPr?
Combinations (nCr) count groups where order doesn't matter, while permutations (nPr) count arrangements where order does matter.
How do I clear the calculator screen?
Press the CLEAR button to reset the calculator display.