I have the following equation that I need to factor: $x^2 + 4x -3$. I cannot use the factoring by grouping method as there are no integers that add up to $4$ and give $-3$ when multiplied.
What method should I use?
Could you please give me a step by step explanation?
2026-04-05 23:06:06.1775430366
On
Factoring $x^2 + 4x -3$ step by step.
94 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
There are 3 best solutions below
0
On
This is a shitty one:
$x^2+3x-4=0$ can easily be solved as $x=1$ and $x=-4$, so you guess $x^2+4x-3$ should be similar.
Sorry, it is not!
Here's another approach (next to the general discriminant method):
$x^2+4x-3 = x^2+4x+4-7 = (x+2)^2-\sqrt{7}^2 = (x+2+\sqrt{7}) \cdot (x+2-\sqrt{7})$
A piece of advise: only do this with equations of the form $x^2 \pm ex ... = 0$, where $e$ is any even number :-)
$x^2 + 4x - 3 = (x+2)^2 - 7 = 0 \iff (x+2)^2 = 7 \iff x+2 = \pm\sqrt{7} \iff x = -2 \pm \sqrt{7}\implies x^2 + 4x - 3 = (x - (-2-\sqrt{7}))(x-(-2+\sqrt{7})) = (x+(2+\sqrt{7}))(x+(2-\sqrt{7})).$