How is $x(2x+7)+3$ equal to $(2x+1)(x+3)$?

102 Views Asked by At

For some reason, $x(2x+7)+3$ seems like it should be equal to $(2x+7)(x+3)$ instead of $(2x+1)(x+3)$. How does $(2x+1)$ factor out of here?

The original equation was $2x^2+7x+3$.

Proof of this: https://www.desmos.com/calculator/2xpcqznkio Notice how $x(2x+7)+3$ and $(2x+1)(x+3)$ overlap, but $(2x+7)(x+3)$ does not!

4

There are 4 best solutions below

1
On BEST ANSWER

$2x+7$ is a factor of the first term, clearly. But it's not a factor of the second term. And therefore it can't possibly be a factor of the whole expression.

One could argue for the $(2x+1)$ version like this: $$ x(2x+7)+3 = x(2x+1+6) + 3\\ = x(2x+1) + 6x + 3\\ = x(2x+1) + 3(2x+1)\\ = (x+3)(2x+1) $$ however, this doesn't say much about how one would find such a thing in the first place.

If you want to find the factoring on your own, without knowing the answer beforehand, you could look at the original quadratic equation, and then use that for any quadratic expression $ax^2 + bx + c$ we have $$ ax^2 + bx + c = a(x-r_1)(x-r_2) $$ where $r_1, r_2$ are the two roots of the equation $ax^2 + bx + c = 0$, which you find using the standard quadratic formula: $$ r_1 = \frac{-b+\sqrt{b^2-4ac}}{2a},\quad r_2 = \frac{-b-\sqrt{b^2-4ac}}{2a} $$ Or, you could complete the square, then use difference of squares (following basically the proof of the quadratic formula above) to get $$ 2x^2 + 7x + 3 = \frac{16x^2 + 56x + 24}8\\ = \frac{16x^2 + 56x + 49 - 49 + 24}{8}\\ = \frac{(4x + 7)^2 - 25}{8}\\ = \frac{(4x + 7+5)(4x+7-5)}{8}\\ = \frac{4x+12}{4}\cdot\frac{4x+2}{2}\\ = (x+3)(2x+1) $$

2
On

Compute $(2x+1)(x+3)$. We obtain $(2x^2+6x)+(x+3)=2x^2+7x+3$. So why do think it could be $(2x+7)(x+3)$?

0
On

It is impossible for $2x^2+7x+3$ to factor into $(2x+7)(x+3)$, because when you expand the brackets, the constant term is $21$ — not $3$.

A way to factor quadratics without the quadratic formula, where the leading coefficient $a \ne 1$ is like this:

$$ \begin{array} {c|c|c} 2x^2 & ? \\ \hline ? & 3 \\ \end{array} $$

Here we have to 'split' the $x$ term, or $7x$ into the remaining two boxes. Try splitting $x$ in different ways - one might be $x$ and $6x$, like this:

$$ \begin{array} {c|c|c} 2x^2 & x \\ \hline 6x & 3 \\ \end{array} $$

However, $2x^2$ factors into $x(2x+1)$, and $6x+3$ factors into $3(x+2)$, which doesn't match. Can you find a way to split the $7x$, so that the two rows have the same factor?

0
On

Let $7 = 1 + 6$, then $$\begin{align} x(2x+7) + 3 &= x(2x + 1 + 6) + 3 \\ &= x(2x + 1) + 6x + 3 \\ &= x(2x + 1) + 3(2x + 1) \\ &= (2x+1)(x+3)\end{align}$$ as should be desired.