Daniel B. answered 10/30/20
A retired computer professional to teach math, physics
If you are given n points you can always fit to it a polynomial
of order n-1.
If this is what your teacher expects then you can fit to your 5 point
a polynomial of order 4:
f(x) = ax4 + bx3 + cx2 + dx + e
Then you can write 5 equations with 5 variables a, b, c, d, e
f(2) = 20
f(3) = 37
f(4) = 49
f(5) = 66
f(6) = 89
You can then solve the 5 equations and get those 5 coefficients a, b, c, d, e.
And yes, it is possible to figure it out without a calculator
(that is how people did it 50 years ago).
But I do not know anybody who could do it just in his head,
if that is what you mean, or if that is what your teacher expects.
Brian P.
Thank You. The calculator portion of my question is something I keep knocking up against. I am studying for a state licensure test in Middle School Math (no calculators allowed), though some questions I am seeing in practice exams, like the question I posed, seem to rely on a calculator, as you also suggested.10/30/20