GMAT intros GMAT tutorials meet members discussion boards question bank score analytics custom tests

Combinations
 

GMAT Tutorials

Algebra/The Coordinate (Cartesian) Plane



Algebra I in Simple English/Introduction to Basic AlgebraIdeas/Exponents and Powers

Exponents

Algebra I in Simple English/Factoring/Factoring a^2-b^2 Binomials

Algebra I in Simple English/Factoring/Factors of Integers

Algebra I in Simple English/Working with Numbers/Adding Rational Number

Algebra I in Simple English/Working with Numbers/Subtracting RationalNumbers

Algebra I in Simple English/Working with Numbers/Rational Numbers

Intermediate Algebra/Exponents

Algebra I in Simple English/Working with Numbers/Combining Like Terms

Mean, Median and Mode

Algebra I in Simple English/Introduction to Basic Algebra Ideas/WorkingWith Negative Numbers

Order of Operations

Partitions

Permutations

Algebra I in Simple English/Polynomials/Exponents

Algebra I in Simple English/Polynomials/Zero and Negative Exponents

STANDARD DEVIATION

Sets and the Number Line

Algebra/Slope

Surface Areas

The Counting Principle

Algebra I in Simple English/Working with Numbers/Absolute Value

Algebra I in Simple English/Introduction to Basic Algebra Ideas/SolvingEquations Using Properties of Mathematics

Basic Rules of Exponents

Geometry/Circles/Arcs

Combinations

Computing Probabilities

Algebra I in Simple English/Polynomials/Adding and SubtractingPolynomials

Consider the integer set S = {1, 2, ... , n}. A combination is a subset of S. We emphasize that a combination differs from a permutation in that elements in a combination have no specific ordering. The 2-element subsets of S = {1, 2, 3, 4} are {1, 2}, {1, 3}, {1, 4}, {2, 3}, {2, 4}, {3, 4} , whereas the 2-permutations of S are more numerous with (1, 2), (1, 3), (1, 4), (2, 1), (2, 3), (2, 4), (3, 1), (3, 2), (3, 4), (4, 1), (4, 2), (4, 3) . There are therefore fewer 2-element subsets of S than 2-permutations of S.

Image:combination.png

We can compute the number of k-element combinations of S = {1, 2, ... , n} as follows. First, we note that a k-permutation can be formed by first selecting k objects from S and then ordering them. There are k! distinct ways of ordering k objects. The number of k-permutations must then equal the number of k-element combinations multiplied by k!. Since the total number of k-permutations of S is n! / (n-k)!, the number of k-element combinations is found to be

\frac{n!}{k! (n-k)!} = \frac{ n (n-1) \cdots (n-k+1) }{ k! } .

This expression is called a binomial coefficient. Observe that selecting a k-element subset of S is equivalent to choosing the n-k elements that belong to its complement.

Example - Sampling without Replacement or Ordering: An urn contains n balls numbered one through n. A ball is drawn from the urn and placed in a jar. This process is repeated until the jar contains k balls, where k \leq n. We wish to compute the number of distinct combinations the jar can hold after the completion of this experiment. Because there is no ordering in the jar, this amounts to counting the number of k-element subsets of a given n-element set, which is given by

\frac{n!}{k! (n-k)!}.

Again, let S = {1, 2, ... , n}. Since a combination is also a subset and the number of k-element combinations of S is \frac{n!}{k! (n-k)!}, the sum of the binomial coefficients over all values of k must be equal to the number of elements in the power set of S. Thus, we get

\sum_{k=0}^n \frac{n!}{k! (n-k)!} = 2^n.