<< Chapter < Page Chapter >> Page >
Discusses the basics of combinations and permutations, and how to calculate the probability of certain events, such as n-bit errors in a codeword.

Permutations and combinations

The lottery "game" consists of picking k numbers from a pool of n . For example, you select 6 numbers out of 60 . To win, the order in which you pick the numbers doesn't matter;you only have to choose the right set of 6 numbers. The chances of winning equal the number of different length- k sequences that can be chosen.A related, but different, problem is selecting the batting lineup for a baseball team. Now the order matters, and many more choices are possiblethan when order does not matter.

Answering such questions occurs in many applications beyond games. Indigital communications, for example, you might ask how many possible double-bit errors can occur in a codeword. Numbering thebit positions from 1 to N , the answer is the same as the lottery problem with k 6 . Solving these kind of problems amounts to understanding permutations - the number of ways of choosing things when order matters as in baseballlineups - and combinations - the number of ways of choosing things when order does not matter as in lotteries and bit errors.

Calculating permutations is the easiest. If we are to pick k numbers from a pool of n , we have n choices for the first one. For the second choice, we have n 1 . The number of length-two ordered sequences is therefore be n n 1 . Continuing to choose until we make k choices means the number of permutations is n n 1 n 2 n k 1 . This result can be written in terms of factorials as n n k , with n n n 1 n 2 1 . For mathematical convenience, we define 0 1 .

When order does not matter, the number of combinations equals the number of permutations divided bythe number of orderings. The number of ways a pool of k things can be ordered equals k . Thus, once we choose the nine starters for our baseball game, we have 9 362,880 different lineups! The symbol for the combination of k things drawn from a pool of n is n k and equals n n k k .

What are the chances of winning the lottery? Assume you pick 6 numbers from the numbers 1 - 60 .

60 6 60 54 6 50,063,860 .

Got questions? Get instant answers now!

Combinatorials occur in interesting places. For example, Newton derived that the n -th power of a sum obeyed the formula x y n n 0 x n n 1 x n 1 y n 2 x n 2 y 2 n n y n .

What does the sum of binomial coefficients equal? In other words, what is k 0 n n k

Because of Newton's binomial theorem, the sum equals 1 1 n 2 n .

Got questions? Get instant answers now!

A related problem is calculating the probability that any two bits are in error in a length- n codeword when p is the probability of any bit being in error. The probability of any particular two-bit errorsequence is p 2 1 p n 2 . The probability of a two-bit error occurring anywhere equals this probability times the number ofcombinations: n 2 p 2 1 p n 2 . Note that the probability that zero or one or two, etc. errors occurring must be one; in other words, something must happen to thecodeword! That means that we must have n 0 1 p n n 1 p 1 p n 1 n 2 p 2 1 p n 2 n n p n 1 . Can you prove this?

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Fundamentals of electrical engineering i. OpenStax CNX. Aug 06, 2008 Download for free at http://legacy.cnx.org/content/col10040/1.9
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Fundamentals of electrical engineering i' conversation and receive update notifications?

Ask