InterviewSolution
Saved Bookmarks
| 1. |
What is the equation of line passing through `(0,1)` and making an angle with the Y-axis equal to the inclination of the line `x - y = 4` with X-axis?A. `y=x+1`B. `x=y+1`C. `2x=y+2`D. None of the above |
|
Answer» Correct Answer - A Given line is `x-y=4` slope `=1` i.e. `m=1` Since required line passes through (0, 1) `:. y-1=m (x-0)` `implies y-1=1 (x) implies y=x+1` |
|