Question 756040
h=2
k=6
x=4
y=-4
{{{
y=a*(x-h)^2+k
}}}

becomes

{{{
-4=a*(4-2)^2+6
}}}

so a=-5/2




so we get

{{{
y=(-5/2)*(x-2)^2+6
}}}