A topic in the Open Knowledge Graph — a free, open map of 15,290 topics and the order to learn them in.

Combinations and Unordered Selections

College Depth 93 in the knowledge graph I know this Set as goal
21topics build on this
422prerequisites beneath it
See this on the map →
Permutations and Ordered ArrangementsBinomial Coefficients and Pascal's TriangleCombinatoriality in Serial Composition+4 more
combinatorics combinations

Core Idea

A combination is an unordered selection of objects where the sequence does not matter. The number of combinations of n objects taken r at a time is C(n,r) = n! / (r!(n-r)!). Combinations count selections where we care only about which items are chosen, not their order.

How It's Best Learned

Compare permutations and combinations side-by-side using the same scenario (e.g., selecting committee members). Show why dividing by r! removes the ordering.

Common Misconceptions

Explainer

You already know from permutations that P(n, r) = n! / (n−r)! counts the number of ordered selections — the number of ways to arrange r items chosen from n. The key question combinations answer is: what if the order does not matter? If you are choosing 3 people for a committee from a group of 10, the selection {Alice, Bob, Carol} is the same committee regardless of whether Alice was named first, second, or third. Permutations would count all 6 orderings of that trio as distinct; combinations count them as one.

The fix is precise: every combination of r items corresponds to exactly r! different orderings. So P(n, r) overcounts by exactly r! for every distinct group. Dividing removes that overcount: C(n, r) = P(n, r) / r! = n! / (r! · (n−r)!). This ratio is also written as "n choose r" — a notation that emphasizes the selection interpretation. For the committee example, C(10, 3) = 720 / 6 = 120 distinct committees.

The hardest part of using combinations is recognizing when a problem is asking for unordered selection. The signal is that the items being chosen are interchangeable in their roles — committee members, pizza toppings, cards dealt, students selected for a group. If the items have distinct roles (president, vice president, secretary), order matters and permutations apply. Ask yourself: if I swap two chosen items, do I get a meaningfully different outcome? If yes, use permutations. If no, use combinations.

Two properties are worth internalizing. First, C(n, r) = C(n, n−r): choosing r items to include is the same as choosing n−r items to exclude. This symmetry cuts calculation time and provides a useful sanity check. Second, the values C(n, r) are exactly the binomial coefficients — the numbers that appear in Pascal's triangle and in the expansion of (a + b)ⁿ. Every entry in Pascal's triangle is the count of a combinatorial selection, which is why combinations appear everywhere in probability, algebra, and counting arguments.

Practice Questions 5 questions

Prerequisite Chain

Understanding ZeroThe Number ZeroCounting to FiveCounting to 10Counting to 20Counting a Set of Objects Up to 20Cardinality: The Last Number CountedMatching Numerals to QuantitiesSubitizing Small QuantitiesAddition Within 10Number Bonds to 10Addition Within 20Doubles and Near DoublesDoubles Facts Within 10Near Doubles Facts Within 20Mental Math Strategies for AdditionMental Math: Adding and Subtracting TensAddition Within 100Repeated Addition as MultiplicationMultiplication as Equal GroupsMultiplication: ArraysBasic Multiplication Facts (0s, 1s, 2s, 5s, 10s)Multiplication Facts Within 100Division as Equal SharingDivision as Grouping (Measurement Division)Division: Grouping (Repeated Subtraction) ModelDivision: Fair Sharing ModelDivision as Equal SharingDivision as GroupingBasic Division FactsDivision Facts Within 100Multiplication and Division Fact FamiliesRelationship Between Multiplication and DivisionDivision Facts as Inverse of MultiplicationRemainders and Quotients in DivisionDivision Word ProblemsMulti-Step Word ProblemsSolving Multi-Step Word ProblemsMultiplication Word ProblemsDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueIntegers and the Number LineComparing and Ordering IntegersAbsolute ValueAdding IntegersSubtracting IntegersMultiplying IntegersDividing IntegersUnit RatesProportionsPercent ConceptConverting Between Fractions, Decimals, and PercentsOperations with Rational NumbersTwo-Step EquationsSolving Multi-Step EquationsEquations with Variables on Both SidesAngle Pairs: Complementary, Supplementary, and VerticalParallel Lines and TransversalsCorresponding AnglesAlternate Interior AnglesTriangle Angle Sum TheoremExterior Angle TheoremTriangle Inequality TheoremSimilar Triangles: AA SimilaritySimilar Triangles: SSS and SAS SimilarityProportions in Similar TrianglesRight Triangle Trigonometry IntroductionSine, Cosine, and Tangent RatiosTrigonometric Ratios ReviewRadian MeasureConverting Between Degrees and RadiansThe Unit CircleGraphing Sine and CosineGraphing Tangent and Reciprocal Trigonometric FunctionsDerivatives of Trigonometric FunctionsAntiderivativesIndefinite IntegralsBasic Integration RulesRiemann SumsDefinite Integral DefinitionProbability Density Functions and Continuous DistributionsCumulative Distribution FunctionsContinuous Random VariablesProbability Density FunctionsExpected ValueLinearity of Expectation in CountingProbabilistic Method in CombinatoricsPermutations and Ordered ArrangementsCombinations and Unordered Selections

Longest path: 94 steps · 422 total prerequisite topics

Prerequisites (1)

Leads To (6)