Use the quadratic formula.
Ax^2 + Bx + C = 0
A = -5
B = -10
C = 50
(-B ± √(B^2 -4AC)) / (2A)
(-(-10) ± √((-10)^2 -4(-5)(50))) / (2×(-5))
(10 ± √(100 + 1,000)) /(-10)
(10 ± √(1,100)) / (-10)
(10 ± 10√(11)) / ( -10 )
-1 ± √11
X1 = -1 + √11
X2 = -1 -√11
NOTE that -(±) is still ±. Why? Because the signs change, but we can switch order of the values to become positive first, negative second again. Recall that both numbers still have the same absolute value.