This document discusses solving polynomial equations by factoring. It provides an example of solving the equation x^2 - 2x - 3 = 0 by: 1) factoring the trinomial to get (x - 3)(x + 1) = 0, 2) setting each factor equal to 0 to get x - 3 = 0 and x + 1 = 0, and 3) extracting the solutions x = 3 and x = -1. It then works through another example of solving 2 = 2x^2 - 3x by similar factoring steps to get the solutions x = -1/2, x = 2. Finally, it introduces word problems that can be modeled by quadratic equations of the form AB = C.