How do you solve 5x^2 -6x +7 = 05x26x+7=0 using the quadratic formula?

1 Answer
Sep 7, 2016

x = (3 - sqrt(26)) / 5, (3 + sqrt(26)) / (5)x=3265,3+265

Explanation:

We have: 5 x^(2) - 6 x + 7 = 05x26x+7=0

Let's apply the quadratic formula:

=> x = (- (- 6) pm sqrt((- 6)^(2) - 4 (5) (7))) / (2 (5))x=(6)±(6)24(5)(7)2(5)

=> x = (6 pm sqrt(36 - 140)) / (10)x=6±3614010

=> x = (6 pm sqrt(- 104)) / (10)x=6±10410

=> x = (6 pm sqrt(104) i) / (10)x=6±104i10

=> x = (6 pm 2 sqrt(26)) / (10)x=6±22610

=> x = (3 pm sqrt(26)) / 5x=3±265

Therefore, the solutions to the equation are x = 3 - sqrt(26)x=326 and x = 3 + sqrt(26)x=3+26.