Combination Calculator

Calculate the number of possible combinations when selecting r items from a set of n items.

Calculator

Enter Your Values

Total number of items in the set

Number of items to select

Concept

Combination Formula

Combinations are used when the order of selection doesn't matter. The formula for combinations is:

Formula:
C(n,r) = n! / (r! * (n-r)!)

Where:

  • n is the total number of items
  • r is the number of items to select
  • ! represents factorial
Steps

How to Calculate Combinations

To calculate combinations, follow these steps:

  1. 1
    Calculate the factorial of n (n!)
  2. 2
    Calculate the factorial of r (r!)
  3. 3
    Calculate the factorial of (n-r) ((n-r)!)
  4. 4
    Divide n! by the product of r! and (n-r)!
Guide

Understanding Combinations

Key points about combinations:

  • 1
    Order Doesn't Matter:

    In combinations, the order of selection is not important. For example, selecting A,B,C is the same as selecting B,C,A.

  • 2
    No Repetition:

    Each item can only be selected once in a combination.

  • 3
    Applications:

    Combinations are used in probability, statistics, and various real-world scenarios like team selection, lottery numbers, etc.

Examples

Practical Examples

Example 1 Team Selection

Selecting 3 players from a team of 10 players

n = 10, r = 3

C(10,3) = 120

There are 120 ways to select 3 players from 10.

Example 2 Committee Formation

Forming a committee of 4 members from 8 candidates

n = 8, r = 4

C(8,4) = 70

There are 70 ways to form the committee.

Example 3 Lottery Numbers

Selecting 6 numbers from 49 possible numbers

n = 49, r = 6

C(49,6) = 13,983,816

There are 13,983,816 possible combinations.

Tools

Statistics Calculators

Need other tools?

Can't find the calculator you need? Contact us to suggest other statistical calculators.