InterviewSolution
Saved Bookmarks
| 1. |
ts (2, 0) and 0,then show that thethenshow thatthe10.Ifiis the mid-pointofthe line segmentjoiningthe points(20)and 0,line 5x + 3y + 20 passes through the point (-1, 3p) |
|
Answer» Given,Mid point (1, p/3) of line segment joining the points(2,0) and (0, 2/9) Then,p/3 = (0 + 2/9)/2p = 2*3/9*2 = 1/3 If line 5x + 3y + 2 = 0 pass through point (-1, 1) Then, 5*-1 + 3*1 + 2= -5 + 5 = 0 |
|