Combination Calculator with Steps

What is a Combination?

In mathematics, a combination is a selection of items from a larger set where the order of selection does not matter. This is fundamentally different from a permutation, where order is a critical factor. For example, if you are picking three fruits out of a basket containing an apple, a banana, and an orange, the combination "Apple-Banana-Orange" is identical to "Orange-Banana-Apple."

How to Use the Combination Calculator

Using our combination calculator with steps is straightforward. Simply input the total number of items in the set (represented as n) and the number of items you wish to choose (represented as r). Click the calculate button to see the total number of possible combinations along with a detailed mathematical breakdown of the formula.

The Combination Formula

The standard formula used to calculate combinations is expressed as:

C(n, r) = n! / [r! * (n - r)!]

Where "!" denotes a factorial (the product of all positive integers up to that number). Our tool performs these large factorial calculations instantly, providing you with both the numerator and the denominator components.

Frequently Asked Questions

What is the difference between nCr and nPr?

nCr (Combination) is used when the order does not matter (e.g., choosing a committee). nPr (Permutation) is used when order matters (e.g., arranging people in a line).

Can 'r' be greater than 'n'?

No. You cannot choose more items than are available in the set. If r > n, the number of combinations is zero.

Why is 0! equal to 1?

In mathematics, 0! is defined as 1 to ensure that the formulas for combinations and permutations work consistently, particularly when choosing all items from a set (nCn).