I know what an intercept is. I just don't know how to figure the problem out.
I thought about using synthetic division, but after using x
1 as the zero, it seemed like there had to be an easier and faster way...
I got the following after using synthetic division only one time:
f(x) = (x - x
1)(ax
2 + 2ax
12 + bx + bx
1 + c)
I know f(x
1)=f(x
2)=f(x
3)=0, which would mean ax
13 + bx
12 + cx
1 = ax
23 + bx
22 + cx
2 = ax
33 + bx
32 + cx
3
Is there a way to solve these 3 equations for a, b, and c, in terms of x
1, x
2, and x
3?
In case you're wondering, this is part of a bigger problem which could be solved by finding only a and b in terms of x
1, x
2, and x
3. The solutions manual uses f(x) = a(x-x
1)(x-x
2)(x-x
3) to find a and b, not solving for the above 3 equations.
By working backwards, I can't arrive at the original equation; at least I don't think so, because there are a, b, c, and d in the original compared to only a in the new equation...
Isn't there any easy way to figure this out??
