Find $a$ and $b$ such that $x^2 + 8x + 7 = (x + a)(x + b)$ for all real values of $x$.
That is what the question states, I think you should factor
Any Ideas on how to begin?
Find $a$ and $b$ such that $x^2 + 8x + 7 = (x + a)(x + b)$ for all real values of $x$.
That is what the question states, I think you should factor
Any Ideas on how to begin?
On
By factorization, $$x^2+8x+7 \equiv (x+7)(x+1) \equiv (x+a)(x+b)$$
$$\therefore \quad (a,b)=(1,7) \quad \text{or} \quad (7,1)$$
On
This factorisation is equivalent to finding roots $-a$, $-b$ of $x^2+8x+7=0$. Now the rational root theorem says that rational roots, if any, are integers, and these integers are divisors of the constant term. Thus there are only $4$ possibilities: $\pm 1,\pm7$. Further, one sees the roots have to be negative, because of the signs of the coefficients.
Indeed, $-1$ and $-7$ are roots, whence the factorisation $$x^2+8x+7=(x+1)(x+7).$$
Expanding $(x+a)(x+b)$ gives $x^2+(a+b)x+ab$. So you want $a+b=8$ and $ab=7$. Can you see any values of $a,b$ that satisfy these two equations?