can you use some of mathematical programs?
,
that is using Mathematica, with very simple program:
f[x_] = (x^2 - 10 x)/8
Plot[f
You can try with changing of {x,min,max} or use Manipulate function, any other questions?
oh, it is a wrong function it shold be (x^2 - 10 x+25)/8, but principles are the same