PERMUTATIONS AND COMBINATIONS


PERMUTATIONS AND COMBINATIONS

SAMPLING

  1. Sampling without replacement

    • Used to arrange distinct objects in some order.

    • Permutations: each ordering of distinct objects is unique.

    • Combinations: ordering of objects is irrelevant.

    • Number of permutations is greater than number of combinations.

    • Helps determine probability of "equally likely" outcomes .

    • Appears in definition of discrete hypergeometric distribution.

start example

Consider a population of three letters : {a, b, c} = 3 = n

Experiment: Draw two letters: (x, y) = 2 = r

Sampling without replacement: n · (n - 1) (n - 2) ... (n - (r - 1))

Can form six "sample sets": 6 = 3 · 2 = n (n - 1)

(a, b) (a, c) (b, c) (b, a) (c, a) (c, b)

  • 2. Sampling with replacement

    Can form nine "sample sets": 9 = 3 2 = n r

    (a, a) (a, b) (a, c) (b, b) (b, c) (b, a) (c, c) (c, a) (c, b)

end example
 

PERMUTATIONS

  1. Each Ordering Is Unique

  • A permutation is a particular sequence of objects (or simple events) where the order of selection forms subsets or arrangements that are considered unique or distinctive .

  • For example, the three letters (abc) are considered unique and distinct from the other five possible arrangements of these letters:

    (abc) ‰  (acb) ‰  (bac) ‰  (bca) ‰  (cab) ‰  (cba)

  • Therefore, given n distinct objects arrange r of them in a set.

  • Assume:

    1. Each sample is "equally likely."

    2. Each sample is taken "without replacement."

  • Permutation of n objects taken r at a time:

    click to expand
  • Remember that by definition 0! 1

start example

Single toss of three coins

Eight distinct outcomes: n = 2 — 2 — 2 = 8

click to expand

Permutation of n objects taken r at a time:

click to expand

Also written as P(n, r), n P r , P n,r , P r n

Permutations of EIGHT objects taken ONE at a time:

click to expand
  1. Permutations Are Choosing "Without Replacement"

    click to expand
    1. Permutations: P(r;n)

    2. Permutations of eight objects taken two at a time:

    3. Permutations of eight objects taken three at a time:

  2. Permutations of Different Types of Objects

If n objects are comprised of k unique types such that:

n = n 1 + n 2 + ... + n k

Then the number of different permutations of n objects taken n at a time is:

end example
 
Example 1
start example

Eight balls in an urn comprised of the following:

end example
 
Example 2
start example

Single toss of three coins

If we do not distinguish order of heads and tails in each of the eight total outcomes

click to expand
click to expand
end example
 

COMBINATIONS ” ORDERING IS IRRELEVANT

A combination is a particular sequence of objects (or simple events) selected to form subsets or arrangements without regard to the order of objects in the arrangement. For example, the three letters (abc) are considered indistinguishable from these five other possible arrangements of these letters:

(abc) = (acb) = (bac) = (bca) = (cab) = (cba)

  • Therefore, given n distinct objects arrange r of them in a set.

  • Combination of n objects taken r at a time; (r n):

  • Assume:

    • Each sample is "equally likely"

      1. Each sample taken "without replacement"

Note  

The number of combinations is less than the number of permutations. The reader should also note that the combination formula may be written in two different ways as:

(1)  

and

(2)  

PERMUTATION OR COMBINATION?

Example 1
start example

How many ways can a group of eight people be chosen to form a committee of five members ?

Assume a full five-member committee is formed . Each person is unique and selected "without replacement." Also, no distinction is made in terms of the order of selection of the "people." Hence, abcde = bcdea implies a combination.

Combination of 8 people (objects) taken 5 at a time:

end example
 
Example 2
start example

How many ways can a group of eight people be seated at a head table having only five chairs?

Assume all five chairs are filled. Each person is unique and selected "without replacement."

The order of seating is important and distinguishes the seating plan, e.g., the seating order abcde ‰  bcdea. This implies a permutation and not a combination.

So, permutation of 8 people (objects) taken 5 at a time:

P(5;8) = (8)(8 - 1) ... (8 -(5 - 1))

= 8 · 7 · 6 · 5 · 4 = 6720

end example
 
Example 3
start example

Q:  

How many different ways can a group of five candidates be selected when (1) at least one award total will be presented, AND (2) each candidate can receive at most only one award?

assume at least one award is made. assume one person cannot receive two awards. (i.e., sampling `without replacement`) all awards are equal; order of selection not important. therefore, the problem is of combination not permutation in nature. one out of 5 could be selected: c(1;5) = 5 two out of 5 could be selected: c(2;5) = 10 three out of 5 could be selected: c(3;5) = 10 four out of 5 could be selected: c(4;5) = 5 five out of 5 could be selected: c(5;5) = 1 total number of possible awards that could be presented: c(1;5) + c(2;5) + c(3;5) + c(4;5) + c(5;5) = 5 + 10 + 10 + 5 + 1 = 31

Answers

A:  

Assume at least one award is made.

Assume one person cannot receive two awards. (i.e., sampling "without replacement") All awards are equal; order of selection not important. Therefore, the problem is of combination not permutation in nature.

One out of 5 could be selected:

C(1;5) = 5

Two out of 5 could be selected:

C(2;5) = 10

Three out of 5 could be selected:

C(3;5) = 10

Four out of 5 could be selected:

C(4;5) = 5

Five out of 5 could be selected:

C(5;5) = 1

Total number of possible awards that could be presented:

C(1;5) + C(2;5) + C(3;5) + C(4;5) + C(5;5)

= 5 + 10 + 10 + 5 + 1 = 31

end example
 

BINOMIAL EXPANSION

As we already have mentioned, permutations, combinations and factorials are used in the binomial distributions. Let us see how.

Combinations

Combinations are also called "binomial coefficients," which arise in the expression for a Binomial Expansion. To identify this expansion given n objects and arranging r of them in a set, we use the following notation:

Properties of Binomial Coefficients

Since: n - (n - r) = r then a symmetry exists:

that is, if r + k = n

then

can show:

Note  

0 if b > a Since (-a)! Undefined

Binomial Expansion

Fundamentally, the binomial expansion is a power function and is based on the successive powers of the given function of the form

Examples of this expansion for n = 0 up to n = 5 are given below.

  • n = 0: (a + b) = 1

  • n = 1: (a + b) 1 = a + b

  • n = 2: (a + b) 2 = a 2 + 2ab + b 2

  • n = 3: (a + b) 3 = a 3 + 3a 2 b + 3ab 2 + b 3

  • n = 4: (a + b) 4 = a 4 + 4a 3 b + 6a 2 b 2 + 4ab 3 + b 4

  • n = 5: (a + b) 5 = a 5 + 5a 4 b + 10a 3 b 2 + 10a 2 b 3 + 5ab 4 + b 5

We can also use the same rationale to use the expansion for other useful factors and expansions, such as in the following examples:

  • a 2 - b 2 = (a + b)(a - b)

  • a 2 + b 2 = (a + b)(a - b)

  • a 3 + b 3 = (a + b)(a 2 - ab + b 2 )

  • a 3 - b 3 = (a - b)(a 2 + ab + b 2 )

As a quick way to figure out the expansion, one may use the Pascal's Triangle for the (a + b) n array of coefficients of successive powers of (a + b) n .

click to expand

The reader should try to fill the coefficients for n = 7 and 8. Some general guidelines to generate the coefficients are:

  1. A power of n has (n + 1) terms.

    If n is odd the number of terms is even.

    If n is even the number of terms is odd.

  2. The first and last numbers in each row are always 1.

  3. The second number and the next -to-last number are equal to n.

  4. The numerical values of the remaining inner terms can be determined by addition of the two numbers appearing directly above, e.g., for row n = 6, the third term is 15 which is the sum of the 10 and 5 appearing above its position in row n = 5. The fourth is 20 which is the sum of 10 and 10 appearing above its position in row n = 5. The fifth is 15 using the same rationale and so on.




Six Sigma and Beyond. Statistics and Probability
Six Sigma and Beyond: Statistics and Probability, Volume III
ISBN: 1574443127
EAN: 2147483647
Year: 2003
Pages: 252

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net