How do you find all points that have an x -coordinate of –4 and whose distance from point (4, 2) is 10?

1 Answer
Oct 27, 2014

By using the distance formula.

D=2(x1x2)2+(y1y2)2

We want D=10

Let (x1,y1) be (4,2)
Let (x2,y2) be (4,y2)


10=2(4(4))2+(2y2)2

Squaring both sides we have

(10=2(4(4))2+(2y2)2)2

100=(4(4))2+(2y2)2

100=(82)+(2y2)2

100=64+(44y2+(y2)2)

36=(y2)2+4y2+4

(y2)2+4y2+4=36

(y2)2+4y232=0

(y2+8)(y24)=0

y_2 = -8, y_2 = 4