Hi Tyrell T.
coordinates of P are (6.6, 3.8)
You are given points A (1,3) and B (8, 4) along directed line segment AB you want to find the coordinates of point P somewhere between point s A and B such that AP to PB is 4 to 1
AP/PB = 4/1
A_(1,3)________________________P•________(8,4)B
Point A comes before point P
Point B comes after point P
Let the distance from A to P = AP
Let the distance from P to B = PB
so the x coordinate of point P is
APx = x - 1
PBx = 8 - x
(x - 1)/(8 -x ) = 4 /1
Cross multiplying we have
x - 1 = 32 - 4x
Combine like terms
x + 4x = 32 + 1
5x = 33
x = 33/5
x = 6.6 is the x coordinate of point P
The y coordinate of point P is
APy = y - 3
PBy = 4 - y
(y - 3)/(4 - y) = 4/1
Cross Multiplying
y - 3 = 16 - 4y
Combining like terms
y + 4y = 16 + 3
5y = 19
y = 19/5
y = 3.8
So the coordinates of Point P are ( 6.6, 3.8) now we can check the ratio
The x ratio of AP/PB
(6.6 - 1)/ (8 - 6.6) = 5.6/1.4 = 4
The y ratio of AP/PB
(3.8 -3)/(4 - 3.8) = 0.8/0.2 = 4
There are other ways to do the problem but I do hope this helps