(a) How many additions and multiplications would Horner's method use to evaluate P (0.1) ?
(b) What function call would you write to use the Horner's method function you wrote in problem 9 in order to evaluate P (0.1) ?
(c) How many times would using Horner's method directly here waste time adding 0?
P (x ) = 2+3x^(4)-6x^(9)-4x^(12)