Area of a triangle given the three vertices of the triangle (x1, y1 ), (x2, y2 ) and (x3, y3 )
Area = 1/2 * (x1*(y2-y3) + x2 *(y3-y1) x3*(y1-y2))
Can we use this equation to find the area of a triangle always?
erpriyankabishnoi Wrote:Area of a triangle given the three vertices of the triangle (x1, y1 ), (x2, y2 ) and (x3, y3 )
Area = 1/2 * (x1*(y2-y3) + x2 *(y3-y1) x3*(y1-y2))
Can we use this equation to find the area of a triangle always?
adiagr Wrote:
While formula is correct, GMAT will seldom ask formula based questions. Study equilateral and isosceles triangle property along with key properties of a right angled triangle......That should be sufficient....
Aditya