f(x) = x^2 + ax + b
und f(0)=-5  und f(2,5)=0
==>  b=-5 und  0 = 6,25 + a*2,5 - 5
                      ==>   a = -0,5
Also f(x) = x^2 -0,5x -5
               = x^2 -0,5x+0,0625-0,0625   -5
               = (x -0,25)^2  -5,0625
==> S=(0,25; -5,0625).
Sieht so aus:
~plot~ 2*x -5;(x -0,25)^2  -5,0625;[[-1|4|-6|6]] ~plot~