SOLUTION: Hi May I have some help solving this problem? Find a point on the y-axis that is equidistant from the points (8, -8) and (2, 2).

Algebra ->  Linear-equations -> SOLUTION: Hi May I have some help solving this problem? Find a point on the y-axis that is equidistant from the points (8, -8) and (2, 2).      Log On


   



Question 123193: Hi May I have some help solving this problem?
Find a point on the y-axis that is equidistant from the points (8, -8) and (2, 2).

Answer by ankor@dixie-net.com(22740) About Me  (Show Source):
You can put this solution on YOUR website!
Find a point on the y-axis that is equidistant from the points (8, -8) and (2, 2).
:
Since the point is on the y axis we know the x coordinate = 0
Call the point: 0,y and solve for y
:
Use the distance formula d = sqrt%28%28x2-x1%29%5E2%2B%28y2-y1%29%5E2%29
:
In the distance equation let x1 = 0 and y1 = y
:
dist from points 2,2 to 0,y = dist from points 8,-8 to 0,y
sqrt%28%282-0%29%5E2%2B%282-y%29%5E2%29 = sqrt%28%288-0%29%5E2%2B%28-8-y%29%5E2%29
Square both sides and we can forget about the radicals
:
4 + (4 - 4y + y^2) = 64 + (64 + 16y + y^2)
:
8 - 4y + y^2 = 128 + 16y + y^2
:
Group the y's on the left and numerical values on the right
y^2 - y^2 - 4y - 16y = 128 - 8
:
Conveniently the y^2 cancel so we have:
-20y = 120
:
Divide both sides by -20
y = 120%2F%28-20%29
y = -6
:
Equidistant point on the y axis = 0,-6
:
:
Rather than check our solution in the distance equations, I plotted these
points on piece of graph paper and, it indeed checks out! You can do the same.
:
Hope I made this understandable. Any questions?