Hi,

I know the distance formula is

d = Sqrt( ((x2 - x1) ^2) + ((y2 - y1) ^ 2))

If I have values for distance, and y2 and y1, how do I determine x2 and x1?