So the easiest method to find the vertex (the minimum in this case) to do this is to find the axis of symmetry, then plug it into the function.
Firstly, the equation to find the axis of symmetry is [tex] x=\frac{-b}{2a} [/tex] , with b = x coefficient and a = x^2 coefficient. The equation equation can be solved as such:
[tex] x=\frac{-5}{2*1}\\\\x=\frac{-5}{2}\\\\x=-2.5 [/tex]
Since the vertex falls on the axis of symmetry, we know that the x-coordinate of the vertex is -2.5. Now to solve for the y-coordinate, plug in x with -2.5 and solve as such:
[tex] f(-2.5)=(-2.5)^2+5*(-2.5)-6\\ f(-2.5)=6.25+(-12.5)-6\\ f(-2.5)=-12.25 [/tex]
Now putting it all together, our minimum value (vertex) is (-2.5,-12.25).