SOLUTION: Find the coordinates of P if P is 10 units from L(4,-4) and 13 units from M(3,-8)

Algebra ->  Test -> SOLUTION: Find the coordinates of P if P is 10 units from L(4,-4) and 13 units from M(3,-8)       Log On


   



Question 655501: Find the coordinates of P if P is 10 units from L(4,-4) and 13 units from M(3,-8)
Answer by Edwin McCravy(20065) About Me  (Show Source):
You can put this solution on YOUR website!
To avoid doing people's homework, I'll work a problem exactly like yours,
but with different numbers.
-----------------------------------
Find the coordinates of P if P is 17 units from L(-3,-6) and 10 units from M(-1,1)

It appears that there are two solutions.

OR

We use the distance formula, setting PL = 17 and PM = 10

d = sqrt%28%28x%5B2%5D-x%5B1%5D%29%5E2%2B%28y%5B2%5D-y%5B1%5D%29%5E2%29

sqrt%28x%2B3%29%5E2%2B%28y%2B6%29%5E2%29 = 17
sqrt%28x%2B1%29%5E2%2B%28y-1%29%5E2%29 = 10

Squaring both sides of both equations:

(x+3)² + (y+6)² = 17²
(x+1)² + (y-1)² = 10²

x²+6x+9 + y²+12y+36 = 289
x²+2x+1 +   y²-2y+1 = 100

Simplifying

x²+y²+6x+12y = 244
x²+y²+2x- 2y =  98

Subtracting those two equations:

      4x+14y = 146

Divide that equation through by 2

      2x+ 7y = 73
          2x = 73-7y
           x = %2873-7y%29%2F2

Substitute in

x²+y²+2x- 2y =  98
%28%2873-7y%29%2F2%29%5E2 + y² + 2%28%2873-7y%29%2F2%29 - 2y = 98

%28%285329-1022y%2B49y%5E2%29%2F4%29 + y² + 73 - 7y - 2y = 98

%28%285329-1022y%2B49y%5E2%29%2F4%29 + y² - 9y  = 25

Clear the fraction by multiplying through by 4

5329 - 1022y + 49y² + 4y² - 36y = 100

            53y² - 1058y + 5229 = 0

That factors as

             (53y - 581)(y - 9) = 0

           53y - 581 = 0;          y - 9 = 0
                 53y = 581;            y = 9
                   y = 581%2F53

Substitute each in 2x + 7y = 73

             2x + 7y = 73
2x + 7(581%2F53) = 73
         106x + 4067 = 3869
                106x = -198
                   x = -198%2F106
                   x = -99%2F53

So one solution is the point P(-99%2F53, 581%2F53)

[That's approximately the point P(-1.97,10.96)

The other solution is

             2x + 7y = 73
           2x + 7(9) = 73
             2x + 63 = 73
                  2x = 10
                   x = 5

So the other solution is P(5,9)

Edwin