Please help
I need help creating a table of values for this equation

9514 1404 393
Answer:
see attached
Step-by-step explanation:
I like to let a graphing calculator or spreadsheet do repetitive calculations. It is well worth the few minutes it takes to learn how to enter a formula into any of the available free spreadsheet programs. The Desmos graphing calculator is amazing in its versatility and usefulness.
There are a couple of things that can help make it easier to construct a table of values.
1) recognize the axis of symmetry for this quadratic is ...
x = -b/(2a) = -25/(2(-5)) = 2.5
So, choosing numbers either side of t=2.5 will cut your work in half.
h(2) = h(3)
h(1) = h(4) . . . for example
2) use Horner form to make manual evaluation easier.
h = (-5t +25)t +2 or = (5 -t)(5t) +2
__
Attached is a table of values, and their plot on a graph.