What is the condition for 2 circles to intersect at 2 distinct points
If they ‘touch’ would just use equals instead of inequality, if don’t touch would flip sign
Where d is the distance between the 2 centres
Doesn’t matter which is r1 and which is r2