First, you need the formula for the vertex equation: y = a*(x - h)2 + k , where (h,k) is the vertex.
Second, use the vertex given and you should end up with y = a*(x - 5)2 + 5.
y = a*[(x - 5)(x - 5) + 5] by using squared binomials
y = a*[(x2 - 10x + 25) + 5] by FOIL
y = a*(x2 -10x + 30) by combining like terms
Once you have the equation above, plug in the given point (6, -1) to find a.
-1 = a*[62 - 10(6) + 30]
-1 = a*(36 - 60 + 30)
-1 = 6a
Therefore, a = -1/6.
Hope this helps.