InterviewSolution
Saved Bookmarks
| 1. |
Prove thattwo different circles cannot intersect each other at more than two points. |
| Answer» If possible, let two different circles intersect at three distinct points A,B,C. Then, these points are clearly noncollinear . So, a unique circle can be drawn to pass through these points.This is a contradiction. | |