If the midpoint of the line PQ is (2,3) and the point P is (-2, 1), find the coordinate of the point Q.
Answer Details
The midpoint formula states that the midpoint of a line segment with endpoints (x1,y1) and (x2,y2) is: ((x1+x2)/2, (y1+y2)/2) In this problem, we are given the midpoint of the line segment PQ, which is (2,3), and one endpoint, P, which is (-2,1). Let Q have coordinates (x,y), then we can use the midpoint formula to find the coordinates of Q: ((x + (-2))/2, (y + 1)/2) = (2,3) Simplifying this expression, we get: (x-2, y+1) = (4,6) Now we can solve for x and y by equating the x-coordinates and y-coordinates separately: x - 2 = 4 => x = 6 y + 1 = 6 => y = 5 Therefore, the coordinates of point Q are (6,5). So, the correct answer is (6,5).