You can put this solution on YOUR website! A cubic has a y intercept of -6 and a point (2,10).
Find the equation of the cubic.
:
x^3 + ax^2 + bx - 6 = y
x=2; y=10, assume the coefficient of x^3 = 1
8 + 4a + 2b - 6 = 10
4a + 2b = 10 + 6 - 8
4a + 2b = 8
2a + b = 4
assuming integers values
a = 1; b=2
the equation
y = x^3 + x^2 + 2x - 6
:
Check