

InterviewSolution
Saved Bookmarks
1. |
The points (-a, -b), (0, 0), (a, b) and (`a^2`,ab) are (a)Collinear (b) vertices of a reotangle (c) Vertices of an parallelogram (d) None of these |
Answer» `y=mx,m=b/a` `y=b/a*x` `(-a,-b)=-b=b/a(-a)` `(a,b)=b=b/a(a)` `(a^2,ab)=ab=b/a(a^2)` its a Collinear. |
|