Michael J. answered 05/10/15
Tutor
5
(5)
Effective High School STEM Tutor & CUNY Math Peer Leader
Add 4x on both sides of equation.
5x2 + 4x + 1 = 0
Now we have a quadratic equation. We can use the quadratic formula to solve for x.
x = (-b ± √(b2 - 4ac)) / 2a
where:
a = 5
b = 4
c = 1
Plug in the values into the equation.
x = (-4 ± √(16 - 4(5))) / 10
x = (-4 ± √(-4)) / 10
Note that we cannot have a negative number under a square-root. We can rewrite the √(-4) as
√(4) √(-1).
We know that √(-1) is equal to the imaginary number i.
x = (-4 ± 2i) / 10
Since we have a ± sign, we will have two solutions.
x = (-4 + 2i) / 10 and x = (-4 - 2i) / 10