Combinatorics Flashcards
number of arrangements of n distinct objects
n! (nPn)
eg number of ways to arrange the letters in a word
number of arrangements of n objects taken r at a time without repetition
nPr
eg number of arrangements of 3 people getting 1st, 2nd, and 3rd in a race of 50 people
number of arrangements of n objects taken r at a time with repetition
n^r
eg number of passwords with a 6 digit code
number of arrangements of n objects, where there are n₁ of the 1st kind, and n₂ of the 2nd kind, and nk of the kth kind
n!/(n₁!n₂!…nk!)
Each factorial accounts for the num. of ways that the repeated can swap
eg number of arrangements of a word with repeated letters
number of ways to select r objects from n distinct objects
nCr
eg number of ways 30 people can give everyone else a handshake
n! (nPn)
number of arrangements of n distinct objects
nPr
number of arrangements of n objects taken r at a time without repetition
n^r
number of arrangements of n objects taken r at a time with repetition
n!/(n₁!n₂!…nk!)
number of arrangements of n objects, where there are n₁ of the 1st kind, and n₂ of the 2nd kind, and nk of the kth kind
nCr
number of ways to select r objects from n distinct objects