119k views
3 votes
What are the coordinates of point P on the directed line segment from R to Q such that P is the length of the line segment from R to Q? Round to the nearest tenth if necessary.

a. (R.x + Q.x)/2, (R.y + Q.y)/2
b. (R.x - Q.x)/2, (R.y - Q.y)/2
c. (R.x * Q.x)/2, (R.y * Q.y)/2
d. (R.x + Q.y)/2, (R.y + Q.x)/2

User Raurora
by
7.2k points

1 Answer

5 votes

Final answer:

The coordinates of point P on the directed line segment from R to Q can be found using the midpoint formula: (R.x + Q.x)/2, (R.y + Q.y)/2

Step-by-step explanation:

The coordinates of point P on the directed line segment from R to Q can be found using the midpoint formula. The midpoint formula states that the coordinates of the midpoint (P) between two points (R and Q) is the average of the x-coordinates and the average of the y-coordinates of the two points.

Therefore, the coordinates of point P would be:

(R.x + Q.x)/2, (R.y + Q.y)/2

User Ferux
by
7.3k points