Let the dividend polynomial be g(x). Let the quotient polynomial be q(x).
q(x)
x2-x-6) g(x)
---------
2x+7
The smallest degree g(x) could be is 2. So let's see if we can find a
2nd degree polynomial that g(x) could be:
Let
a
x2 - x - 6)ax2 + bx + c
ax2 - ax - 6a
(b+a)x + (c+6a) <--- remainder must equal 2x + 7
So we must have b+a = 2 and c+6a = 7.
We see immediately that a = b = c = 1 satisfies that. So
1
x2 - x - 6)x2 + x + 1
x2 - x - 6
2x + 7
So one possibility would be
Then for this particular polynomial.
However g(8) is probably not unique, because there are many other
possibilities for a, b, and c, such that
b+a = 2 and c+6a = 7.
Another such case is a = 3, b = -1, and c = -11
Those values also satisfy b+a = 2 and c+6a = 7
In that case,
3
x2 - x - 6)3x2 - x - 11
3x2 - 3x - 18
2x + 7
So another possibility would be
Then for this particular polynomial.
Note that we only found solutions when g(x) has degree 2. g(x) could
could have any degree 2 or greater.
This problem has infinitely many solutions. g(8) is not unique.
Edwin