Combinations: Selecting and Grouping without Order
Combinations focus on selection where order doesn't matter. Unlike permutations where arrangement sequence is crucial, combinations only care about which elements are chosen, not how they're arranged.
This page covers five key combination scenarios: Basic Combinations (selecting unordered subsets), Partition into Groups (dividing elements into unlabeled groups), Distribution into Cells (assigning elements to labeled containers), Weak Composition (distributing identical units with empty cells allowed), and Strong Composition (distributing identical units requiring non-empty cells).
Each type serves different counting needs, from team selection to resource allocation. Understanding when order matters versus when it doesn't is fundamental to choosing between combinations and permutations.
Mastering these combination types equips you to handle selection and distribution problems across various mathematical and practical contexts. The challenge is identifying which scenario matches your specific problem.
Types of Combinations
In combinatorics, combinations represent ways to select or distribute items without considering order, in contrast to permutations where order matters. Building on our earlier comparison between combinations and permutations, we now distinguish between different types of combinations using key questions: whether the objects are distinct or identical, whether we are selecting a subset or distributing all objects, and whether the containers (cells) are labeled or can remain empty.
Conclusion: Understanding these different combination scenarios is essential because each situation leads to a different counting formula. Recognizing the correct type of combination ensures accurate problem-solving in probability, statistics, and many applied fields.
Simple Combinations
Simple Combination works when selecting items from a collection where order doesn't matter and no repetitions are allowed. Classic examples include choosing team members from a group or selecting lottery numbers.
Property
Simple Combination
Order matters
✗
Objects distinct or identical?
Distinct
Select subset or distribute?
Select subset
Cells labeled or unlabeled?
N/A
Empty cells allowed?
N/A
Simple Combination — Examples: Choosing committee members from a club, selecting lottery numbers, picking a set of books to borrow from a library, forming a group of students for a project, selecting ingredients for a recipe from available options.
Common notations: •(rn) - "n choose r" (most common in modern texts) •C(n,r) - C for "combinations" •Cnr - alternative C notation •nCr - subscript/superscript form
The (rn) notation is the most widely used in modern mathematics, but you'll often see C(n,r) in introductory texts and nCr on calculators.
Partition into Groups applies when dividing distinct items into unlabeled subsets where only grouping matters, not the order within groups or names of the groups. Classic examples include dividing students into teams or splitting items into categories.
Property
Partition into Groups
Order matters
✗
Objects distinct or identical?
Distinct
Select subset or distribute?
Distribute
Cells labeled or unlabeled?
Unlabeled
Empty cells allowed?
Typically no
Partition into Groups — Examples: Dividing students into study groups, splitting employees into project teams, grouping tasks into phases of a project, dividing guests into tables at an event, forming clusters of data points in analysis.
Notation: Partition into Groups doesn't have a standard symbolic notation like (rn) for simple combinations.
Partitions are typically just described in words or with set notation like:
"Partition of set S into k parts" {A₁, A₂, ..., Aₖ} where A₁ ∪ A₂ ∪ ... ∪ Aₖ = S
Unlike other combinations, permutations, etc., partitions don't have a universally recognized compact notation symbol.
Formula: The total number of partitions into groups is
  {A₁, A₂, ..., Aₖ}=n1!n2!…nk!n!
If n is the total number of distinct items to partition into k groups of sizes n1,n2,…,nk respectively, where the groups are unlabeled and only the grouping matters.
Weak Composition occures when distributing identical units into labeled containers where some containers can remain empty and only the count in each container matters. Classic examples include distributing identical coins into numbered boxes or allocating identical resources to different departments.
Property
Weak Composition
Order matters
✗
Objects distinct or identical?
Identical
Select subset or distribute?
Distribute
Cells labeled or unlabeled?
Labeled
Empty cells allowed?
✓
Weak Composition — Examples: Distributing identical coins into numbered boxes, allocating identical resources to different departments, assigning identical tasks across several workers. Since this type of experiment is highly specific — focusing only on counts in labeled containers, even allowing some to remain empty — it is largely self‑explanatory and not as easy to find in common real‑world situations.
Notation: The notation for Weak Composition is:
((rn)) or (((rn)))
This represents the number of ways to place n identical objects into r labeled bins, where empty bins are allowed. It's also written as (r−1n+r−1) but the double parentheses notation specifically indicates weak compositions.
If n is the total number of identical items to distribute into r labeled containers, where empty containers are allowed and only the count in each container matters.
Strong Composition works when distributing identical units into labeled containers where every container must receive at least one unit and only the count in each container matters. Classic examples include distributing identical items to departments where each department must get something or allocating identical resources ensuring no group is left empty.
Property
Strong Composition
Order matters
✗
Objects distinct or identical?
Identical
Select subset or distribute?
Distribute
Cells labeled or unlabeled?
Labeled
Empty cells allowed?
✗
Strong Composition — Examples: Distributing identical items to departments where each department must receive at least one, allocating identical resources among teams ensuring none are left empty, dividing identical tasks across several workers with no one unassigned. Like weak composition, this type of experiment is quite specific — it focuses on counts in labeled containers with no empties allowed — making it largely self‑explanatory and less common in everyday situations.
Notation: The notation for Strong Composition is:
⟨(rn)⟩ or ⟨⟨(rn)⟩⟩
This represents the number of ways to place n identical objects into r labeled bins where each bin must contain at least one object. It's also written as (r−1n−1) but the angle brackets notation specifically indicates strong compositions.
Formula: The total number of strong compositions is
  ⟨(rn)⟩=(r−1n−1)
If n is the total number of identical items to distribute into r labeled containers, where each container must receive at least one item and only the count in each container matters.
Distribution into Cells works when assigning each distinct item to a specific labeled container, creating a mapping that shows which container each item goes to. Classic examples include assigning students to different classrooms or placing different files into labeled folders.
Property
Distribution into Cells
Order matters
✗
Objects distinct or identical?
Distinct
Select subset or distribute?
Distribute
Cells labeled or unlabeled?
Labeled
Empty cells allowed?
✓
Distribution into Cells — Examples: Assigning students to classrooms, placing different files into labeled folders, allocating distinct products to specific storage bins, or assigning employees to designated offices. This setup focuses on mapping each unique item to a labeled container, making the outcome a clear one‑to‑one assignment.
Notation: Distribution into Cells doesn't have a standard symbolic notation like (rn) for simple combinations. It's typically just described as "functions from set A to set B" or "mappings" in mathematical notation, but there's no compact symbol specifically for this concept like there is for combinations or permutations.
Formula: The total number of distributions into cells is
  rn
If n is the total number of distinct items to assign and r is the number of labeled containers, where each item can go into any container and containers can be empty.