This document defines permutations and combinations and provides methods for counting them. Permutations are ordered arrangements of objects from a set, while combinations are unordered selections. The number of r-permutations of a set with n elements is P(n,r) and can be calculated using factorials. The number of r-combinations is C(n,r) and can also be computed factorially. Several properties of permutations and combinations are proved, including Pascal's identity and Vandermonde's identity.