I am not getting where to start! Please help me out
Asked
Active
Viewed 38 times
-1
1 Answers
1
$$(x^2+bx+b)(x+\alpha)=x^3 + 2x^2 + 2x +c$$ $$x^3 + (b+\alpha)x^2 +b(\alpha+1)x + b\alpha = x^3 + 2x^2 +2x+c$$
So we have:
$$b+\alpha=2$$
$$b(\alpha+1)=2$$
$$b\alpha =c$$
Solving for $\alpha$ we get $\alpha(1-\alpha)=0$.
We cannot have $\alpha=0$ because then $c$ would be zero, so $\alpha=1$, $b=1$, $c=1$.
$$b-c=0.$$
mjw
- 8,647
- 1
- 8
- 23
-
-
How do you get the last line? It does not hold when $c=0$ (then the difference is $2$) and I struggle to see how $c\not=0$ is incorporated into your development. – Oscar Lanzi Feb 18 '20 at 17:20
-
1
$signs. For example,$x^2$is typeset as $x^2$ – saulspatz Feb 18 '20 at 17:08