InterviewSolution
Saved Bookmarks
| 1. |
If a point lies inside a circle, what will be the number of tangents drawn from that point to the circle? |
|
Answer» Correct Answer - Option 1 : 0 Given : If a point lies inside a circle, what will be the number of tangents drawn from that point to the circle Calculation : No tangents line can be drawn through a point within a circle, since any such line must be a secant line. However, two tangent lines can be drawn to a circle from a point P outside of the circle. ∴ The required answer is 0 |
|