InterviewSolution
Saved Bookmarks
| 1. |
Equation of circle touching the lines.| x- 2 | + | y-3| =4is |
|
Answer» ` (x-2 ) ^(2) + (y-3) ^(2) =1 2` |
|