Combinatorics: Unordered Selection and the Binomial Theorem, Study notes of Probability and Statistics

The concept of unordered selection in combinatorics, specifically the number of ways to create a team or subset of a given size from a larger set. The document also introduces the binomial theorem, a mathematical formula for expanding the power of a binomial expression. Examples are provided for calculating the number of distinct poker hands and the probability of getting two pairs in a poker game.

Typology: Study notes

Pre 2010

Uploaded on 08/31/2009

koofers-user-h8q
koofers-user-h8q 🇺🇸

10 documents

1 / 3

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Lecture 7
1. Unordered Selection, continued
Let us recall the following:
Theorem 7.1. The number of ways to create a team of rthings among n
is nchoose r.” Its numerical value is
!n
r"=n!
r!(nr)!.
Example 7.2. If there are npeople in a room, then they can shake hands in
#n
2$many different ways. Indeed, the number of possible hand shakes is the
same as the number of ways we can list all pairs of people, which is clearly
#n
2$. Here is another, equivalent, interpretation. If there are nvertices in
a “graph,” then there are #n
2$many different possible “edges” that can be
formed between distinct vertices. The reasoning is the same.
Example 7.3 (Recap).There are #52
5$many distinct poker hands.
Example 7.4 (Poker).The number of different “pairs” [a, a, b, c, d] is
13
%&'(
choose the a
×!4
2"
%&'(
deal the two a’s
×!12
3"
%&'(
choose the b,c, and d
×43
%&'(
deal b, c, d
.
Therefore,
P(pairs) = 13 ×#4
2$×#12
3$×43
#52
5$0.42.
21
pf3

Partial preview of the text

Download Combinatorics: Unordered Selection and the Binomial Theorem and more Study notes Probability and Statistics in PDF only on Docsity!

Lecture 7

1. Unordered Selection, continued

Let us recall the following:

Theorem 7.1. The number of ways to create a team of r things among n

is “n choose r.” Its numerical value is

( n

r

n!

r!(n − r)!

Example 7.2. If there are n people in a room, then they can shake hands in ( n 2

many different ways. Indeed, the number of possible hand shakes is the

same as the number of ways we can list all pairs of people, which is clearly ( n 2

. Here is another, equivalent, interpretation. If there are n vertices in

a “graph,” then there are

n 2

many different possible “edges” that can be

formed between distinct vertices. The reasoning is the same.

Example 7.3 (Recap). There are

52 5

many distinct poker hands.

Example 7.4 (Poker). The number of different “pairs” [a, a, b, c, d] is

choose the a

×

deal the two a’s

×

choose the b, c, and d

× 4

3 ︸︷︷︸ deal b, c, d

Therefore,

P(pairs) =

13 ×

4 2

×

12 3

× 4

3 ( 52 5

Example 7.5 (Poker). Let A denote the event that we get two pairs

[a, a, b, b, c]. Then,

|A| =

choose a, b

×

deal the a, b

× 13

choose c

deal c

Therefore,

P(two pairs) =

13 2

×

4 2

× 13 × 4

52 5

Example 7.6. How many subsets does { 1 ,... , n} have? Assign to each

element of { 1 ,... , n} a zero [“not in the subset”] or a one [“in the subset”].

Thus, the number of subsets of a set with n distinct elements is 2 n .

Example 7.7. Choose and fix an integer r ∈ { 0 ,... , n}. The number of

subsets of { 1 ,... , n} that have size r is

n r

. This, and the preceding proves

the following amusing combinatorial identity:

∑^ n

j=

n

j

n .

You may need to also recall the first principle of counting.

The preceding example has a powerful generalization.

Theorem 7.8 (The binomial theorem). For all integers n ≥ 0 and all real

numbers x and y,

(x + y) n =

n ∑

j=

n

j

x j y n−j .

Remark 7.9. When n = 2, this yields the familiar algebraic identity

(x + y) 2 = x 2

  • 2xy + y 2 .

For n = 3 we obtain

(x + y) 3 =

x 0 y 3

x 1 y 2

x 2 y 1

x 3 y 0

= y

3

  • 3xy

2

  • 3x

2 y + x

3 .