The line x + y = 10 divides line segment AB in the ratio a : 1. Find the value of a.
1
The point, say P(x, y), divides the line AB into the ratio a:1.
The coordinates of the point that divides a line internally in the ratio m:n are
(nx1+mx2m+n,ny1+my2m+n) where (x1,y1) and (x2,y2) are the coordinates of the endpoints of the line segment.
Applying the formula, we get
(x,y)=(a×6+1×2a+1,a×8+1×4a+1)
It is given that this point lies on the line represented by the equation x + y = 10, so the point will satisfy the equation.
6a+2a+1+8a+4a+1 = 10
⇒ 6a + 2 + 8a + 4 = 10(a+1)
⇒ 4a = 4
⇒ a = 1