
Michael H. answered 01/15/20
In-depth knowledge combined with clunky use of technology!
Here is a similar question: What function has roots of 3, 6, and -9 and includes the point (0,81)?
If the function is to be polynomial (and this is the importance of context, eh?), then it must have factors corresponding to its roots, in this case: (x - 3), (x - 6), and (x + 9). It can also have a constant factor, k. Thus our function can be modelled as: f(x) = k(x - 3)(x - 6)(x + 9). In order for (0,81) to be a solution, we replace x with 0 and also substitute 81 for f(x): 81 = k(0 - 3)(0 - 6)(0 + 9). Now we solve for k.
81 = k (18)(9)
k = 1/2
Therefore our function is f(x) = (1/2)(x - 3)(x - 6)(x + 9).
That is the simplest function that will do. There are an infinite variety of other polynomial functions that will also work because any of the binomial factors can be raised to a natural power without changing the requirements that this fulfills -- though that will require us to recalculate the constant factor. For example, g(x) = c(x - 3)^2 (x - 6) (x + 9) also has roots of 3, 6, and -9. If its graph is to have a point at (0,81), then
81 = c (-3)^2 (-6) (9)
81 = c (-486)
c = -1/6
So g(x) = (-1/6) (x - 3)^2 (x - 6) (x + 9) will also do!