A point $P(x,y)$ has a distance $5\sqrt{2}$ units from $Q(4, -7)$ and a distance $\sqrt{106}$ units from $R(-6,5)$. Knowing that, find $P$.
the image is exactly the set of problem that our professor given to us
I assume that the 3 problems are somewhat related, and the only formula that she taught us is the distance formula, which is $D =\sqrt{(x_2−x)^2+(y_2−y)^2}$
$$\sqrt{(x_p-4)^2+(y_p+7)^2}=5\sqrt{2}$$ $$\sqrt{(x_p+6)^2+(y_p-5)^2}=\sqrt{106}$$
Here, we do:
$${(x_p-4)^2+(y_p+7)^2}=50$$ $${(x_p+6)^2+(y_p-5)^2}=106$$
Now we, expand above two formulas (for simplicity, i use x and y):
$$x^2 -8x+16+y^2+14y+49=50$$ $$x^2+12x+36+y^2-10y+25=106$$
Some modification, $$x^2+y^2-8x+14y=-15 \ \ \ \ (I)$$ $$x^2+y^2+12x-10y=40 \ \ \ \ (II)$$
here, we multiplie them by $-1$ then summation, we get:
$$20x+-24y=65$$
therfore, we have:
$$x=\frac{65+24y}{20} \ \ \ \ \ (**)$$
by putting (**) in (I) or (II), you can calculate the possible answers