I am given this image with points A & B (C & D seems irrelevant for now), and with the radius being 25 I thought I could make a circle in point A & B with the same radius, then get the intersection to determine x and y of the middle circle to be able to determine the equation of the circle.
So i made these:
A: (x-3)^2+(y-38)^2=25^2
B: (x-26)^2+(y-25)^2=25^2
And I expanded & simplified
A:
x^2+2^2-6x+y^2+38^2-76y=25^2
Simplified A:
x^2+y^2-6x-76y+1448
B:
x^2+26^2-52x+y^2+25^2-50y=25^2
Simplified B:
x^2+y^2-52x-50y+1301
I subtract B from A and get this
46x-26y+147=0
Move Y alone
26y=46x+147
Divide by 26
26y/26=46/26 x+147/26
And then I have Y being
y=(23/13)x+147/26
I insert and I have this monstrosity
(x-3)^2+(23/13 x+147/26-38)^2-625=0
How do I expand and simplify this monster, and is it even the right approach

