- We need to find the foot of the perpendicular from the point \((-2, 3)\) to the line given by the equation \(2x - y - 3 = 0\).
- First, recall the formula for the perpendicular distance from a point \((x_1, y_1)\) to the line \(Ax + By + C = 0\):
\[ \text{Distance} = \frac{|Ax_1 + By_1 + C|}{\sqrt{A^2 + B^2}} \]
- The slope of the given line \(2x - y - 3 = 0\) can be obtained by rewriting the equation as \(y = 2x - 3\), so the slope is \(2\).
- The slope of the perpendicular line is the negative reciprocal of the slope of the given line, which is \(\frac{-1}{2}\).
- The equation of the line perpendicular to \(2x - y - 3 = 0\) and passing through \((-2, 3)\) is calculated using the point-slope form:
\[ y - 3 = \frac{-1}{2}(x + 2) \]
- Simplifying, we get:
\[ 2y - 6 = -x - 2 \implies x + 2y - 4 = 0 \]
- Now, solve the system of equations:
- \(2x - y - 3 = 0\)
- \(x + 2y - 4 = 0\)
- Multiply the second equation by 2 for elimination:
\[ 2x + 4y - 8 = 0 \]
- Subtract the first equation from the modified second equation:
\[ (2x + 4y - 8) - (2x - y - 3) = 0 \implies 5y - 5 = 0 \implies y = 1 \]
- Substitute \(y = 1\) into \(x + 2y - 4 = 0\):
\[ x + 2 \times 1 - 4 = 0 \implies x = 2 \]
- Thus, the foot of the perpendicular is \((2, 1)\).
- Therefore, the correct answer is \((2, 1)\), which matches the provided correct answer.