Robert N. answered 11/05/19
Elite tutor with 10+ years of experience
Hello,
Recall that offsetting an equation in the x and y direction is a matter of modifying the base x and y values:
y = x2 is our basic formula
y = (x-a)2 + b is the modified form, with (a,b) being the point of the vertex.
In order to also get the formula to hit the desired point, we need an additional scaling parameter c that multiplies by the original (x-a)2
y = c*(x-a)2 + b is the final modular formula
now just plug in a and b from your vertex point (a = -4, b = -1) and c is solved for by then plugging in the point (0,15) into x and y as follows:
y = c*(x+4)2 - 1
now with x = 0 and y = 15
15 = c*(0+4)2 - 1
15 = c*(16) - 1
16 = 16*c
c = 1
so the final equation is:
y = (x+4)2 - 1
You can test this, as plugging in x = 0 and y = 15 yields
15 = (16) - 1
15=15

Brenda D.
11/05/19