191k views
2 votes
Point B has coordinates ​(1​,2​). The​ x-coordinate of point A is -11. The distance between point A and point B is 15 units. What are the possible coordinates of point​ A?

User Genevieve
by
8.2k points

1 Answer

3 votes

Answer:

We know that the x-coordinate of point A is -11, and that the distance between point A and point B is 15 units. Let's call the y-coordinate of point A "y". Then we can use the distance formula to find the two possible values of y:

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

where (x1,y1) = (-11,y) is the coordinates of point A, and (x2,y2) = (1,2) is the coordinates of point B. Substituting the values, we get:

15 = sqrt((-11 - 1)^2 + (y - 2)^2)

15 = sqrt(144 + (y - 2)^2)

15^2 = 144 + (y - 2)^2

225 = 144 + (y - 2)^2

81 = (y - 2)^2

y - 2 = ±9

y = 2 ± 9

So the possible coordinates of point A are (-11,11) and (-11,-7).

User Sabisabi
by
7.5k points

No related questions found