Question 335171
d = distance between points (x,1) and (-2,5)


d^2 = (x+2)^2 + (1-5)^2


x = -2 +/- sqrt(d^2 - 16)