Westonci.ca offers fast, accurate answers to your questions. Join our community and get the insights you need now. Ask your questions and receive precise answers from experienced professionals across different disciplines. Connect with a community of professionals ready to help you find accurate solutions to your questions quickly and efficiently.

Given the points A(3, 4) and B (6, 10), find the
coordinates of the point P on directed line segment AB
that partitions AB in the ratio 2:1.


Sagot :

Answer:

P (5 , 8)

Step-by-step explanation:

P (x,y) partition A (x₁ , y₁) B (x₂ , y₂) into ratio AM:MB = a:b = 2:1  ... a=2 , b=1

x = (bx₁ + ax₂) / (a+b)

  = (1 * 3 + 2 * 6) / (2 + 1)

  = 15/3

  = 5

y = (by₁ + ay₂) / (a+b)

  = (1 * 4 + 2 * 10) / (2 + 1)

  = 24/3

  = 8

P (5 , 8)

View image lynnkc2000