

InterviewSolution
Saved Bookmarks
1. |
If a circle having centre at `(alpha,beta)` radius r completely lies with in two lines x+y=2 and x+y=-2, then, min. `(|alpha+beta+2|,|alpha+beta-2|` isA. greater than `sqrt2r`B. less than `sqrt2r`C. greater than 2rD. less than 2r |
Answer» Correct Answer - or min. `{|alpha+beta+2|,|alpha+beta-2|}gtsqrt2r` |
|