SOLUTION: what is the distance formula and how would i solve this problem. Find all the points having an x-coordinate of 3 whose distance from the point (-2, -1) is 13. (Hint: The unknow

Algebra ->  Finance -> SOLUTION: what is the distance formula and how would i solve this problem. Find all the points having an x-coordinate of 3 whose distance from the point (-2, -1) is 13. (Hint: The unknow      Log On


   



Question 775486: what is the distance formula and how would i solve this problem. Find all the points having an x-coordinate of 3 whose distance from the point (-2, -1) is 13. (Hint: The unknown points [there are two of them] have coordinates (3,y), where y is to be determined. Use the coordinates of the given point, the distance, and the distance formula to solve for the required values of y.)
Answer by reviewermath(1029) About Me  (Show Source):
You can put this solution on YOUR website!
Q:
what is the distance formula and how would i solve this problem. Find all the points having an x-coordinate of 3 whose distance from the point (-2, -1) is 13. (Hint: The unknown points [there are two of them] have coordinates (3,y), where y is to be determined. Use the coordinates of the given point, the distance, and the distance formula to solve for the required values of y.)
------------------------------------------------------------------------
A:
The distance between two point (x%5B1%5D, y%5B1%5D) and (x%5B2%5D, y%5B2%5D) is equal to sqrt%28%28x%5B2%5D-x%5B1%5D%29%5E2+%2B+%28y%5B2%5D-y%5B1%5D%29%5E2%29.
Therefore, the distance between (-2,-1) and (3,y) is
sqrt%28%283-%28-2%29%29%5E2+%2B+%28y-%28-1%29%29%5E2%29 = 13
sqrt%2825+%2B+%28y%2B1%29%5E2%29 = 13, square both sides
25+%2B+%28y%2B1%29%5E2 = 169
%28y%2B1%29%5E2 = 144, get the square roots of both sides
y+1 = ±12
y = -1+12 or y = -1-12
y = 11 or y = -13
Answers:The points are (3, 11) and (3, -13)