Denise G. answered 01/27/20
Algebra, College Algebra, Prealgebra, Precalculus, GED, ASVAB Tutor
First, we need to find the intercepts.
For the x intercepts, yet y=0 and solve. (I believe there is a typo in the problem and the second term should be squared)
0=x3+4x2+3x+12
Factor by grouping:
0=x2(x+4)+3(x+4)
0=(x2+3)(x+4)
Set factors =0 and solve. The first factor doesn't give a solution.
x+4=0 Subtract 4 from both sides
x+4-4=0-4
x=-4
The x intercept is (-4,0)
For the y intercepts, yet x=0 and solve.
y=(0)3+4(0)2+3(0)+12
y=12
The y intercept is (0,12)
Next, find the equation of the line that contains these 2 points. First, find the slope.
m=(y2-y1)/(x2-x1)
m=(12-0)/(0-(-4)) = 12/3
m=3
b, we already have b=12
So the equation of the line is y=3x+12