InterviewSolution
Saved Bookmarks
| 1. |
Circle and line in a plane For a circle and a line on a plane, there can be three possibilities. i) they can be non-intersecting ii) they can have a single common point: in this case, the line touches the circle. ii) they can have two common points: in this case, the line cuts the circle.Circle and line in a plane For a circle and a line on a plane, there can be three possibilities. i) they can be non-intersecting ii) they can have a single common point: in this case, the line touches the circle. ii) they can have two common points: in this case, the line cuts the circle. |
| Answer» YES yes yes yes yes yes yes yes yes | |