Worked solution
Part (a): Points of intersection
Rearrange the line for substitution. From 3x+y=20:
y=20−3x.
Substitute into the circle’s equation. In (x−1)2+(y−2)2=25, replace y:
(x−1)2+(20−3x−2)2=25⟹(x−1)2+(18−3x)2=25.
Expand each bracket.
(x−1)2=x2−2x+1
(18−3x)2=324−108x+9x2
Adding these together:
x2−2x+1+9x2−108x+324=25
10x2−110x+325=25
10x2−110x+300=0.
Solve the quadratic. Dividing through by 10:
x2−11x+30=0⟹(x−5)(x−6)=0⟹x=5 or x=6.
Find the corresponding y-coordinates, using y=20−3x:
- x=5: y=20−15=5, giving the point (5,5).
- x=6: y=20−18=2, giving the point (6,2).
Check both points lie on the circle:
(5−1)2+(5−2)2=16+9=25.✓(6−1)2+(2−2)2=25+0=25.✓
So the line meets the circle at (5,5) and (6,2).
Part (b): Length of the chord
Using the distance formula between (5,5) and (6,2):
length=(6−5)2+(2−5)2=12+(−3)2=1+9=10.
Since 10=2×5 has no square factor greater than 1, 10 is already in its simplest surd form.
So the chord has exact length 10.
Final answers
- (a) Points of intersection: (5,5) and (6,2)
- (b) Chord length: 10