What equation results from completing the square and then factoring? x2+4x=7

Mathematics · Middle School · Wed Jan 13 2021

Answered on

Given the equation:

x^2 + 4x = 7
can be rewritten as,

x^2 + 4x - 7 = 0

a = 1

b = 4

c = -7

Solve for the factors of the equation.

Solution:

Solution:
In order to solve for the roots or the factors of an equation, we simply must look at the 2nd and 3rd value. First we must think of two numbers that when added, the answer is 4, and when multiplied, the answer is -7. Hence, if we are unable to find the number, we will use the quadratic formula.

The Quadratic formula:

x = −b ± √(b^2 − 4ac)/2a

is used to solve quadratic equations where a ≠ 0, in the form
ax^2+bx+c=0

When b^2−4ac=0 there is one real root.

When b^2−4ac>0 there are two real roots.

When b^2−4ac<0 there are no real roots, only a complex number.

Substitute the given values of a, b and c to the quadratic formula.

x = −b ± √(b^2 − 4ac)/2a

x = −(4) ± √((4)^2 − 4(1)(-7))/2(1)

x = −4 ± √(16 + 28)/2

x = −4 ± √(44)/2

x = −4 ± 6.63/2


Solve for +- separately.

x = -4 + 6.63/2
x = 2.63/2
x = 1.315

x = -4 - 6.63/2
x = -10.63/2
x = -5.315

Final answer:

x = 1.315

x = -5.315