Question

Difficulty: MediumCoordinate Geometry: Lines, Slopes, and Distance

A line with a slope of 2-2 passes through the point (1,7)(1, 7) and contains the point P(a,3)P(a, 3). What is the distance between point PP and the point Q(11,3)Q(11, -3)?

  1. A
    2102\sqrt{10}
  2. B
    656\sqrt{5}
  3. 1010Answer
  4. D
    100100
  5. E
    1414

Answer

The distance between point PP and point QQ is 1010.
Using the slope definition m=ΔyΔxm = \frac{\Delta y}{\Delta x}, we set up 37a1=2\frac{3 - 7}{a - 1} = -2, which solves to a=3a = 3, giving point P(3,3)P(3, 3). Applying the distance formula d=(x2x1)2+(y2y1)2d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2} between P(3,3)P(3, 3) and Q(11,3)Q(11, -3) yields (113)2+(33)2=64+36=10\sqrt{(11 - 3)^2 + (-3 - 3)^2} = \sqrt{64 + 36} = 10.

Step-by-Step Solution

1
Use the slope formula to find the missing coordinate aa of point P(a,3)P(a, 3).
The slope m=y2y1x2x1=37a1=2m = \frac{y_2 - y_1}{x_2 - x_1} = \frac{3 - 7}{a - 1} = -2, which simplifies to 4a1=2\frac{-4}{a - 1} = -2, yielding a1=2a - 1 = 2, so a=3a = 3.
The slope between any two points on a straight line must equal the given slope of 2-2.
2
Identify the coordinates of point PP.
Point PP has coordinates (3,3)(3, 3).
Substituting a=3a = 3 into P(a,3)P(a, 3) gives the exact position of PP.
3
Apply the distance formula between P(3,3)P(3, 3) and Q(11,3)Q(11, -3).
d=(113)2+(33)2=82+(6)2=64+36=100=10d = \sqrt{(11 - 3)^2 + (-3 - 3)^2} = \sqrt{8^2 + (-6)^2} = \sqrt{64 + 36} = \sqrt{100} = 10.
The distance formula calculates the Euclidean distance between two points in the coordinate plane.

Key Concept

Line slope equation and coordinate distance formula

Alternative Method

Find the line equation directly in slope-intercept form: y7=2(x1)    y=2x+9y - 7 = -2(x - 1) \implies y = -2x + 9. Substitute y=3y = 3 to get 3=2a+9    a=33 = -2a + 9 \implies a = 3. Then compute the distance between (3,3)(3, 3) and (11,3)(11, -3) using the standard distance formula.
Estimated Time:1m 30s
Rate this question