We learn how to evaluate polynomials using the nested scheme, known as Horner's method, or algorithm. We can calculate the value of polynomial function at any value of x using this method, which is much faster than calculating the traditional way. This method will also help us divide any polynomial by a linear function and will prove to be particularly useful when root factoring polynomials.