<< Chapter < Page | Chapter >> Page > |
The lottery "game" consists of picking numbers from a pool of . For example, you select numbers out of . To win, the order in which you pick the numbers doesn't matter;you only have to choose the right set of numbers. The chances of winning equal the number of different length- 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 to , the answer is the same as the lottery problem with . 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 numbers from a pool of , we have choices for the first one. For the second choice, we have . The number of length-two ordered sequences is therefore be . Continuing to choose until we make choices means the number of permutations is . This result can be written in terms of factorials as , with . For mathematical convenience, we define .
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 things can be ordered equals . Thus, once we choose the nine starters for our baseball game, we have different lineups! The symbol for the combination of things drawn from a pool of is and equals .
What are the chances of winning the lottery? Assume you pick numbers from the numbers - .
.
Combinatorials occur in interesting places. For example, Newton derived that the -th power of a sum obeyed the formula .
What does the sum of binomial coefficients equal? In other words, what is
Because of Newton's binomial theorem, the sum equals .
A related problem is calculating the probability that any two bits are in error in a length- codeword when is the probability of any bit being in error. The probability of any particular two-bit errorsequence is . The probability of a two-bit error occurring anywhere equals this probability times the number ofcombinations: . 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 . Can you prove this?
Notification Switch
Would you like to follow the 'Fundamentals of electrical engineering i' conversation and receive update notifications?