InterviewSolution
| 1. |
If A (x1, y1), B (x2, y2) and C (x3, y3) are the vertices of a triangle ABC, then its area is given by \(\frac {1}{2}\) {x1 (y2 – y3 ) + x2 (y3 – y1 ) + x3 (y1 – y2 ) }(a) True(b) FalseThe question was posed to me in an interview for internship.Query is from Geometry topic in portion Coordinate Geometry of Mathematics – Class 10 |
|
Answer» Correct answer is (a) True |
|