SOLUTION: Find all points having an​ x-coordinate of 2 whose distance from the point (−2,−4) is 5.
I know we must use distance formula, d=√(x2-x1)^2+(y2-y1)^2
Algebra ->
Length-and-distance
-> SOLUTION: Find all points having an​ x-coordinate of 2 whose distance from the point (−2,−4) is 5.
I know we must use distance formula, d=√(x2-x1)^2+(y2-y1)^2
Log On
Question 1070513: Find all points having an x-coordinate of 2 whose distance from the point (−2,−4) is 5.
I know we must use distance formula, d=√(x2-x1)^2+(y2-y1)^2
I though the points would be (-2,-4) and (2,y)
It would look like 5=√(2-(-2))^2+(-4-y)^2
simplifies 5 = √(4)^2+(-4-y)^2
then 5 = √16+(-4-y)^2
then square to get rid of radicals (5)^2 = ( √16+(-4-y)^2 )^2
25 = 16 + (-4-y)^2
9 = (-4 -y)^2
then square root to get rid of power of 2
√9 = √(-4-y)^2
3 = -4-y
But because +/- from squaring I would get -4-y=3 and -4-y=-3
Solving I get -7 and -1
Which would be (2,-7) and (2,-1)