The set of all points that are 5 units from the origin is the circle centered at (0,0) with radius 5.
So, we need to solve the system of equations:
y = x+1
x2 + y2 = 25
Replace y by x+1 in the second equation to get x2 + (x+1)2 = 25
x2 + x2 + 2x + 1 = 25
2x2 + 2x - 24 = 0
x2 + x - 12 = 0
(x+4)(x-3) = 0
x = -4 or x = 3
If x = -4, then y = x+1 = -3
If x = 3, then y = 4
The points are (-4,-3) and (3,4).