We know that from factoring that a polynomial completely factored will reveal the zeros of that function. For us, we have x = -7, 1, 0.
This means that we have a function that looks like: y = a( x(x+7)(x-1) ).
Our a constant is a stretching constant which will be calculated from our point. The reason we do this is the "stretch" of function to fit where we want (in our case the point (-2, -10)) without changing the zeros of our function.
We have y = a( x(x+7)(x-1) )
= a( x(x2 + 6x - 7) )
= a( x3 + 6x2 - 7x )
Now we want to find a. We have a value for x and y from our point. x = -2, y = -10
Substituting:
-10 = a( (-2)3 + 6(-2)2 - 7(-2) )
-10 = a( -8 + 24 + 14)
-10 = a(30)
-10/30 = a
a = -1/3
Now we can put our value for a into our equation.
Our final equation is:
y = -1/3( x3 + 6x2 - 7x )
= -1/3•x3 - 2•x2 + 7/3•x