If the distance between the centres of two circles is less than the sum of radii of the two, then they:
- ATouch internally
- BTouch externally
- CIntersect each other
- DContains one the other
Solution & Step-by-step Explanation
Let be the distance between centres, and be the radii of the two circles.If , they touch externally.If , they touch internally.If , they intersect each other at two points.Therefore, if the distance is less than the sum of radii, the circles intersect each other.