now we can use this value of x to solve for y in the first equation:
6^2 + y^2 -8*6 -2y -3 = 0
36 + y^2 - 48 - 2y - 3 = 0
y^2 - 2y - 15 = 0
(y - 5)(y + 3) = 0
so, we have that y = 5 or y = -3 when x = 6, giving two points of intersection for the line and the circle: (6, 5) and (6, -3)
Now, we should check that these solutions work:
for (6, 5):
x^2 + y^2 -8x -2y -3 = 6^2 + 5^2 - 8*6 - 2*5 - 3 = 0
x - 2y - 12 = 6 - 2*5 - 12 = -16
so this solution is NO good, because the second equation does not equal 0.
for (6, -3):
x^2 + y^2 -8x -2y -3 = 6^2 + (-3)^2 - 8*6 + 2*3 - 3 = 0
x - 2y - 12 = 6 + 2*3 - 12 = 0
so this solution works!
Thus, the point where the circle meets the line is (6, -3), which is the answer to part ii.