
William W. answered 03/27/20
Math and science made easy - learn from a retired engineer
5x2 - 3x - 5 = 0 is a quadratic equation that we would first attempt to solve by factoring. If I could factor this, it means I would need to find two numbers that would multiply to give -25x2 but add to get -3x and there are no two numbers that do that so it is not factorable. That means I would need to use the quadratic formula to solve.
The quadratic formula for ax2 + bx + c = 0 is x = [-b ± √(b2 - 4ac)]/(2a)
a = 5
b = -3
c = -5
So, plugging in the numbers we get:
x = [-(-3) ± √((-3)2 - 4(5)(-5))]/(2(5)) = [3 ± √(9 + 100)]/10 = (3 ± √109)/10 = 13.44/10 and -7.44/10
So x = 1.34 and x = -0.74