I need to calculate the coordinate of Point P3 given the following data.
Distance D from P1 = 3
P1 coord = (1,3)
P2 coord = (10,6)
please help me to solve this issue..
i understand I have to use the distance formula between to coordinate.. but my math is very rusty can find the way to calculate the inverse formula.
$$D(P1-P3) = \sqrt{(P2x - P1x)^2 + (P2y - P1y)^2}$$
but... I don't know how to procede.. I need to calculate X,Y of point P3.
can someone show me what the step to take in order to get the coordinate of P3?
Thanks a lot