Find a and b such that $x^2 + 8x + 7 = (x + a)(x + b)$ for all real values of $x$.

137 Views Asked by At

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?

4

There are 4 best solutions below

5
On

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?

0
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)$$

0
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).$$

0
On

Use $$x=\frac{-b\pm \sqrt{b^2 - 4ac}}{2a},\quad \textrm{where }ax^2+bx+c=0$$

which gives $x=-1 \textrm{ or } -7$ , so factorize will be $(x+1)(x+7)$.