asked 51.6k views
0 votes
Point b has coordinates ​(1​,2​). the​ x-coordinate of point a is negative −11. the distance between point a and point b is 15 units. what are the possible coordinates of point​ a?

1 Answer

4 votes
The distance between points is given by the following equation:
d = root ((x2-x1) ^ 2 + (y2-y1) ^ 2)
Substituting we have:
15 = root ((- 11-1) ^ 2 + (a-2) ^ 2)
We clear the value of a:
(15) ^ 2 = (root ((- 11-1) ^ 2 + (a-2) ^ 2)) ^ 2
225 = (- 11-1) ^ 2 + (a-2) ^ 2)
Rewriting:
225 = 144 + (a-2) ^ 2
225-144 = (a-2) ^ 2
81 = (a-2) ^ 2
a-2 = +/- root (81)
a = +/- 9 + 2
The possible values are:
a1 = 9 + 2 = 11
a2 = -9 + 2 = -7
Then, the possible coordinates of point a are:
(-11, 11)
(-11, -7)
Answer:
the possible coordinates of point a are:
(-11, 11)
(-11, -7)
answered
User Arnavion
by
7.0k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.