I need to find the intersection points of two circles with equations:
$(x+1)^2+(y-1)^2=1$ and $(x-1)^2+(y+1)^2=4$.
I understand how to find the points by plotting the circles but I am unsure of how to algebraically. If the second equation was equal to $1$, we would be able to set them equal to each other solve but that is not the case. I expanded each binomial into a trinomial but am unsure of where to go from there.
Thank you.