

InterviewSolution
Saved Bookmarks
1. |
Find the equation of a line passing through the points (3,5) and (-2, 1). |
Answer» Equation of a line passing throught the points (3,5) and (-2, 1) is : `=1/2|{:(x,y,1),(3,5,1),(-2,1,1):}|=0` `rArr x(5-1) -y(3+2)+1(3+10)=0 ` `("Expanding along "R_(1))` `rArr" "4x-5y+13=0.` |
|