 
                 
                InterviewSolution
 Saved Bookmarks
    				| 1. | If the point `(2,3),(1,1),a n d(x ,3x)`arecollinear, then find the value of `x ,`using slopemethod. | 
| Answer» Given Points `A(2,3),B(1,1)`, and `C(x,3x)` are collinear. Then slope of AB=Slope of BC or `(1-3)/(1-2)=(3x-1)/(x-1)` or `3x-1 =2x-2` or `x=-1` | |