

InterviewSolution
Saved Bookmarks
1. |
Find the equation of a line passing through the point (4,-3) and having slope 2. |
Answer» We knot that the equation of a line with slope m and passsing through the point `(x_(1),y_(1))` is given by `(y-y_(1))=m(x-x_(1))` Hence, m=2,`x_(1)=4 and y_(1)=3` Hence, the required equation is `(y-3)=2(x-4), i.e. 2x-y-5=0` |
|