The area of a triangle with vertices at (x1,y1), (x2,y2), and (x3,y3) is:
Area=21x1x2x3y1y2y3111
The formula requires three essential components:
The factor 21 ensures the correct area is calculated. Without it, the result would be double the actual area.
All three entries in the last column must be 1. The pattern for each vertex is: (x-coordinate, y-coordinate, 1).
Absolute value bars ensure the area is always positive, as determinants can be negative depending on vertex order.
Option 2 is missing the 21 factor, which gives double the actual area.
Option 3 has 0 instead of 1 in the last row. The third column must be all ones.
Option 4 has two zeros in the last column, which breaks the formula structure completely.
The correct answer is Option 1.