InterviewSolution
Saved Bookmarks
| 1. |
Given pair of lines 2x^(2) +5xy +2y^(2) +4x +5y +a = 0 and the line L: bx +y +5 = 0. Then |
|
Answer» `a = 2` `|{:(2,5//2,2),(5//2,2,5//2),(2,5//2,a):}| =0` `rArr a = 2` So pair of lines is `2x^(2)+5xy +2y^(2) +4x +5y +2 =0` or `x +2y +1 = 0, 2x +y +2 =0` These lines are concurrent with `BX +y +5 =0` If `|{:(1,2,1),(2,1,2),(b,1,5):}| =0` `rArr b =5` Which lines are concurrent, no circle can be drawn touching all THREE lines. |
|