Question

Difficulty: MediumDistance and Midpoint Formulas

In the standard (x,y)(x, y) coordinate plane, point P(2,3)P(2, -3) is an endpoint of line segment PQPQ, and M(1,5)M(-1, 5) is the midpoint of PQPQ. What is the distance from endpoint QQ to the point (0,10)(0, 10)?

  1. A
    2
  2. B
    7\sqrt{7}
  3. 5Answer
  4. D
    26\sqrt{26}
  5. E
    7

Answer

5
To solve this problem, first determine the coordinates of endpoint Q(x,y)Q(x, y) using the midpoint formula. Since M(1,5)M(-1, 5) is the midpoint of segment PQPQ and P(2,3)P(2, -3) is one endpoint, the horizontal coordinate satisfies 1=2+x2-1 = \frac{2 + x}{2}, which yields x=4x = -4. The vertical coordinate satisfies 5=3+y25 = \frac{-3 + y}{2}, which yields y=13y = 13. Thus, the coordinates of QQ are (4,13)(-4, 13). Next, calculate the distance between Q(4,13)Q(-4, 13) and the target point (0,10)(0, 10) using the distance formula: d=(0(4))2+(1013)2=42+(3)2=16+9=5d = \sqrt{(0 - (-4))^2 + (10 - 13)^2} = \sqrt{4^2 + (-3)^2} = \sqrt{16 + 9} = 5. This matches the correct value.

Step-by-Step Solution

1
Set up equations using the midpoint formula to determine the coordinates of endpoint Q(xQ,yQ)Q(x_Q, y_Q).
1=2+xQ2-1 = \frac{2 + x_Q}{2} and 5=3+yQ25 = \frac{-3 + y_Q}{2}
The coordinates of a midpoint are the averages of the coordinates of the two endpoints.
2
Solve the midpoint equations for the coordinates of QQ.
xQ=4x_Q = -4 and yQ=13y_Q = 13, so Q=(4,13)Q = (-4, 13)
Multiplying by two and subtracting the coordinates of the first endpoint isolates the variables.
3
Apply the distance formula to find the distance between Q(4,13)Q(-4, 13) and the target point (0,10)(0, 10).
d=(0(4))2+(1013)2=42+(3)2=16+9=25=5d = \sqrt{(0 - (-4))^2 + (10 - 13)^2} = \sqrt{4^2 + (-3)^2} = \sqrt{16 + 9} = \sqrt{25} = 5
The distance formula calculates the straight line distance between two points in a coordinate plane.

Key Concept

Using the midpoint formula to find a missing endpoint and applying the distance formula to find the distance between two coordinate points.
Estimated Time:1m 30s
Rate this question