
William W. answered 03/17/20
Math and science made easy - learn from a retired engineer
If the x-intercepts are -3 and 1, then the factored form is y = a(x + 3)(x - 1). To find "a", we plug in the data point (x, y) of (0, 2) so:
2 = a(0 + 3)(0 - 1)
2 = -3a
a = -2/3
So the equations is y = -2/3(x + 3)(x - 1)
You COULD (but don't need to) put it in standard form by multiplying it out:
y = -2/3(x2 + 2x - 3)
y = -2/3x2 - 4/3x + 2