• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/11

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

11 Cards in this Set

  • Front
  • Back

The permutation of k-subsets of an n-element set is:

P(n, k) = k! * c(n, k)

How many 3-digit numbers can be formed from the {1, 2, 3, ..., 9}?

The number of 3 subsets of a 9-set is c(9,3) = 9!/3!6! * 3! = 9!/6! = 504

What is the meaning of P(n, k)?

The number of possible sequences that can be formed from c(n, k)

What is probability?

Let E be a subset of S.


Then the probability of E, P(E), is defined as


P(E) = n(E)/n(S)

What is Pascal's Identity?

What is the sum rule of C(n, k)?

C(n, 0) + C(n, 1) + C(n, 2) + ... + C(n, n) = 2^n

What is the nonempty subset of a 10-set?

There are 2^n subsets of an n-set, therefore there are 2^10 subsets of a 10 set.


There are C(10, 0) subsets of the 10 set that are empty.


Hence there are 2^10 - C(10, 0) empty sets or 2^10 - 1 nonempty sets.

How many nonempty subsets of {1, 2, ..., 100} are there?

C(100, 1) + C(100, 2) + C(100, 3) + ... +C(100, 100) = 2^100 - C(100, 0) = 2^100 - 1

How many ways are there to choose 3 or more people from 100?

There are 2^100 ways to choose a subset of 11 people.


However, the subsets with 0, 1 and 2 people are not allowed.


So the number of of subsets with 3 or more people are 2^100 - C(100, 2) - C(100, 1) - C(100, 0)

Proof of sum rule

Since (1+x)^n = C(n, 0)x^0 + C(n, 1)x^1+ ... + C(n, n)x^n


To get 2^n we must let x = 1


--> 2^n = C(n,0) + C(n,1) + ... + C(n, n)

P(n, k) represents...

the number of n things taken r at a time