

InterviewSolution
Saved Bookmarks
1. |
Find the equation of the line parallel to the y-axis and drawn through the point of intersection of the lines `x-7y+15=0 and 2x+y=0`. |
Answer» The given intersecting line are: `x-7y+15=0.....(i)` `2x+y=0.....(ii)` On solving (i) and (ii), we get x=-1 and y=2. Thus, the given lines intersect at the point P(-1,2) The line parallel to the y-axis and drawn through P(-1,2) is given by x=-1, i.e., x+1=0 |
|