x2 + y2 = 41
y2 = 41 - x2
For the line:
y = -x - 1
y2 = (-x - 1)2 = x2 + 2x + 1
Now set the two y2 terms equal to one another. You can do this because where they intersect, they are equal:
41 - x2 = x2 + 2x + 1
0 = 2x2 + 2x - 40
0 = x2 + x - 20 [divided both sides by 2]
0 = (x+5)(x-4) [factored the quadratic]
x = -5 and 4 ---> these are the two x-values
To find the y-values, use y = -x - 1:
For x = -5
y = 5-1 = 4
So one point is (-5,4)
For x = 4
y = -4 - 1 = -5
The other point is (4,-5)