The document discusses the Master Theorem for solving recurrence relations of the form T(n) = aT(n/b) + f(n). There are 3 cases of the theorem based on the asymptotic behavior of f(n). It also provides regularity conditions. A set of 22 practice problems on applying the Master Theorem to different recurrences is given along with solutions identifying which case applies or that it does not apply.