

InterviewSolution
Saved Bookmarks
1. |
The vertices of a `triangleOBC` are `O(0,0) , B(-3,-1), C(-1,-3)`. Find the equation of the line parallel to BC and intersecting the sides OB and OC and whose perpendicular distance from the origin is `1/2`.A. ` x + y + (1)/(2) = 0`B. `x + y - (1)/(2) = 0`C. `x + y - (1)/(sqrt2) = 0`D. `x + y + (1)/(sqrt2) = 0` |
Answer» Correct Answer - D | |