Cal11 calculator

N Choose R Calculator Ti84

Reviewed by Calculator Editorial Team

The n choose r calculator helps you determine the number of ways to choose r items from n items without regard to order. This is a fundamental combinatorial calculation used in probability, statistics, and combinatorics.

What is n choose r?

In combinatorics, "n choose r" refers to the number of combinations of r items that can be selected from a larger set of n items. This is also known as the binomial coefficient and is often written as C(n, r) or "nCr".

The formula for n choose r is:

C(n, r) = n! / (r! × (n - r)!)

Where "!" denotes factorial, which is the product of all positive integers up to that number. For example, 5! = 5 × 4 × 3 × 2 × 1 = 120.

How to calculate n choose r

Calculating n choose r manually involves several steps:

  1. Calculate the factorial of n (n!)
  2. Calculate the factorial of r (r!)
  3. Calculate the factorial of (n - r) ((n - r)!)
  4. Multiply r! and (n - r)!
  5. Divide n! by the product from step 4

For example, calculating C(5, 2):

C(5, 2) = 5! / (2! × (5 - 2)!) = 120 / (2 × 6) = 10

This means there are 10 different ways to choose 2 items from a set of 5.

TI-84 calculation steps

Calculating n choose r on a TI-84 calculator is straightforward:

  1. Press the MATH key
  2. Select option 3:PRB (Probability)
  3. Select option 2:nCr (Combination)
  4. Enter the values for n and r separated by a comma
  5. Press ENTER to see the result

Note: Make sure your calculator is in the correct mode (typically set to "Math" mode).

For example, to calculate C(10, 3):

MATH → PRB → nCr → 10,3 → ENTER

This will display the result 120, which is the number of ways to choose 3 items from a set of 10.

Common applications

n choose r calculations are used in various fields:

  • Probability: Calculating the number of possible outcomes
  • Statistics: Designing experiments and surveys
  • Combinatorics: Solving counting problems
  • Lottery odds: Determining winning combinations
  • Game theory: Analyzing possible moves

Understanding how to calculate n choose r is essential for anyone working with combinatorial problems or probability distributions.

FAQ

What is the difference between n choose r and n permute r?

n choose r (combination) counts the number of ways to select items without regard to order, while n permute r (permutation) counts the number of ways to arrange items where order matters.

Can n choose r be greater than n?

No, n choose r cannot be greater than n because you cannot choose more items than are available in the set.

What happens when r is 0 or equal to n?

When r is 0, n choose r is always 1 (there's exactly one way to choose nothing). When r equals n, n choose r is also 1 (there's exactly one way to choose all items).

Is n choose r the same as the binomial coefficient?

Yes, n choose r is exactly equivalent to the binomial coefficient, often written as C(n, r) or "nCr".