Question 100472
The most common ways to solve a quadratic equation are by graphing, factoring, and completing
the square.  Graphing has the disadvantage of being slow and requiring the scale to be
big enough so you can read it accurately. Factoring into a "nice" set of factors is not 
always possible. (That is the case with this problem.) But completing the square can be
counted on to give you an answer.  Using the quadratic formula is just a convenient 
form of completing the square.
.
The quadratic formula says that if you can arrange the quadratic equation into the standard form:
.
{{{ax^2 + bx + c = 0}}}
.
The solutions will be given by the equation:
.
{{{x = (-b +- sqrt( b^2-4*a*c ))/(2*a) }}}
.
You have worked your problem down to the form:
.
{{{x^2+4x+(-3)=0}}}
.
Let's just remove the parentheses on the left side to make the equation:
.
{{{x^2+4x-3=0}}}
.
Notice that this compares to the standard form in which a = +1, b = +4, and c = -3.
Therefore, you can go to the solutions equation and substitute these values of a, b, and c
into it to get the answers for x.
.
Start with the solutions equation:
.
{{{x = (-b +- sqrt( b^2-4*a*c ))/(2*a) }}}
.
and substitute +1 for a, +4 for b, and -3 for c to get:
.
{{{x = (-(4) +- sqrt( (4)^2-4*1*(-3) ))/(2*1) }}}
.
within the radical sign note that {{{4^2= 16}}} and {{{-4*1*(-3) = 12}}}. Substituting
these into the radical simplifies the equation to:
.
{{{x = (-(4) +- sqrt(  16+12))/(2*1) }}}
.
and the terms in the radical combine to 28 to give:
.
{{{x = (-(4) +- sqrt(28))/(2*1) }}}
.
Note that the radical can be simplified. By the rules of radicals:

{{{sqrt(28) = sqrt(4*7) = sqrt(4)*sqrt(7) = 2*sqrt(7)}}}
.
Therefore, {{{sqrt(28)}}} can be replaced by {{{2*sqrt(7)}}} and the answer equation 
simplifies to:
.
{{{x = (-(4) +- 2*sqrt(7))/(2*1) }}}
.
Now, remove the parentheses from -(4) to make it just -1 and multiply the 2*1 in the denominator
to get just 2. With these changes the answer equation simplifies to:
.
{{{x = (-4 +- 2*sqrt(7))/2 }}}
.
So the two answers to your problem are:
.
{{{x = (-4 + 2*sqrt(7))/2 }}} and {{{x = (-4 - 2*sqrt(7))/2 }}}
.
You can approximate these answers by using a calculator to find that {{{sqrt(7) = 2.645751311}}}
and substituting that into the two answers results in:
.
{{{x = (-4 + 2*2.645751311)/2 = (-4 + 5.291502622)/2 = 1.291502622/2 = 0.645751311}}}
.
for one answer and
.
{{{x = (-4 - 2*2.645751311)/2 = (-4 - 5.291502622)/2 = -9.291502622/2 = -4.645751311}}}
.
for the other answer.
.
In summary, the two answers are x = 0.645751311 and x = -4.645751311
.
Hope this helps you to understand the problem a little better and gets you familiar with
using the quadratic formula as a method you can count on to solve a quadratic equation 
that is giving you trouble.