In what ratio is the line segment joining the points $(3, -5)$ and $(-1, 6)$ divided by the line $y = x$?
Generated by claude-sonnet-4-6 · 2026-06-15 10:28 · grounding rag
Model Answer
Let the line $y = x$ divide the segment joining $A(3, -5)$ and $B(-1, 6)$ in the ratio $k:1$ at point $P$.
By the section formula:
$$x = \frac{k(-1) + 1(3)}{k+1} = \frac{3-k}{k+1}, \quad y = \frac{k(6) + 1(-5)}{k+1} = \frac{6k-5}{k+1}$$
Since $P$ lies on $y = x$:
$$\frac{3-k}{k+1} = \frac{6k-5}{k+1}$$
$$3 - k = 6k - 5 \implies 8 = 7k \implies k = \frac{8}{7}$$
∴ The ratio is $\mathbf{8:7}$.
Source: Chapter 7, Section 7.3 (Section Formula)
---
Explanation
- The key idea: any point on $y = x$ satisfies $x\text{-coordinate} = y\text{-coordinate}$.
- Use the section formula with ratio $k:1$, then set the two coordinates equal and solve for $k$.
- Examiners expect the section formula to be written out clearly, the condition $x = y$ applied, and the final ratio stated explicitly. No working step should be skipped for a 2-mark answer.