Question
Question: Find distance of point A(2, 3) measured parallel to the line $x - y = 5$ from the line $2x + y + 6 =...
Find distance of point A(2, 3) measured parallel to the line x−y=5 from the line 2x+y+6=0.

Answer
3132
Explanation
Solution
Core Solution:
- Direction of the parallel line: The line x−y=5 has a direction vector (1,1).
- Parametric equation of the line through A: The line passing through A(2, 3) and parallel to x−y=5 can be represented parametrically as: x=2+λ y=3+λ
- Point of intersection: To find where this line intersects 2x+y+6=0, substitute the parametric equations into the line equation: 2(2+λ)+(3+λ)+6=0 4+2λ+3+λ+6=0 3λ+13=0 λ=−313
- Coordinates of intersection point (B): Substitute λ=−313 back into the parametric equations: xB=2+(−313)=36−13=−37 yB=3+(−313)=39−13=−34 So, the intersection point B is (−37,−34).
- Distance between A and B: Use the distance formula for points A(2, 3) and B(−37,−34): d=((x2−x1)2+(y2−y1)2) d=((−37−2)2+(−34−3)2) d=((−37−36)2+(−34−39)2) d=((−313)2+(−313)2) d=(9169+9169) d=(92×169) d=9169×2 d=3132
Answer: The distance is 3132 units.