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

Permutations
 

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

Permutations

Consider the integer set S = {1, 2, ... , n}. A permutation of S is an ordered arrangement of its elements, a list without repetitions. The number of permutations of S can be computed as follows. The number of distinct possibilities for the first item is n. The number of possibilities for the second item is n-1, namely all the integers in S except the first element in the list. Similarly, the number of distinct possibilities for the m-th item is n - m + 1. This pattern continues until all the elements in S are listed. Summarizing, we find that the total number of permutations of S is n factorial, n! = n (n-1) ... 1 .

Example: We wish to compute the number of permutations of S = {1, 2, 3}. Since the set S contains three elements, it has 3! = 6 permutations. They can be listed as 123, 132, 213, 231, 312, 321.

Image:permutation.png

k-Permutations

Suppose that we list only k elements out of the set S = {1, 2, ... , n}, where k \leq n. We wish to count the number of distinct k-permutations of S. Following our previous argument, we can choose one of n elements to be the first item listed, one of n-1 elements for the second item, and so on. The procedure terminates when k items have been listed. The number of possible sequences is

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

Example: A recently formed music group has four original songs they can play. They are asked to perform two songs at a music festival. We wish to compute the number of song arrangements the group can offer in concert. Abstractly, this is equivalent to computing the number of 2-permutations of four songs. Thus, the number of distinct arrangements is 4!/2! = 12.

Image:kpermutation.png

Example - Sampling without Replacement, with Ordering: An urn contains n balls numbered one through n. A ball is picked from the urn, and its number is recorded on an ordered list. The ball is not replaced in the urn. This procedure is repeated until k balls are selected from the urn, where k \leq n. We wish to compute the number of possible sequences that results from this experiment. The number of possibilities is equivalent to the number of k-permutations of n elements, which is given by n!/(n-k)!.