This document discusses permutations and combinations. Permutations refer to ordered arrangements, while combinations refer to unordered arrangements where order does not matter. The key formulas are presented: P(n,r) refers to the number of r-permutations of a set of n elements, while C(n,r) refers to the number of r-combinations. Several examples are worked out, such as the number of poker hands and blackjack hands. Properties like the factorial proof of the formulas are also covered.