
Calvin L. answered 07/15/19
Engineer & Teacher
Hi Pragnya,
There are many ways to approach this. Here is one way. I will list out the steps you need to take first. I recommend you try to follow the steps on your own before reading the answer below.
- plot points A and B on an xy coordinate graph
- draw a right triangle ABC with a right angle at point C
- subract the x coordinates of A and B to get the length of the triangles base BC
- since you need a ratio of 6:2, divide the length of AB by 8 (which is 6+2). Then multiply that value by 2
- put your pen/pencil on point A, move towards the right as much as your answer in step 4, and draw a vertical line through the triangle. Where the line intersects segment AB we can label point P
- to get the y value, repeat steps 3-5 using segment AC instead.
——————ANSWER BELOW——————
- sorry can’t draw here
- i drew triangle ABC with point C at (-4,-4)
- length BC = 9 - (-4) = 13
- 13 * 2/8 = 26/8 = 4.25
- x coordinate of point P = -4 + 4.25 = 0.25
- length AB = 12 - (-4) = 16
16 * 2/8 = 32/8 = 4
y coordinate of point P = 12 - 4 = 8
Answer: coordinate if point P = (0.25,8)
Note 1: the question doesn’t specify, so you also could have used point B instead of A for step 5, and gotten the coordinates P = (4.75,0)
Note 2: this method helps understand visually what’s happening, but a faster algebraic method to get the same answer is as follows-
- B - A = (9,-4) - (-4,12) = (13, -16)
- (13,-16) * 2/8 = (26/8,-32/8) = (4.25,-4) = L
- P = A + L = (-4,12) + (4.25,-4) = (0.25,8)