Concept:Area of a triangle with vertices (x1,y1), (x2,y2), (x3,y3) is half the absolute value of the determinant: 21x1x2x3y1y2y3111.Explanation:Step 1: Substitute the given vertices into the area formula.Area=21x1x2x3x11x21x31111.Step 2: Simplify using row operations: R1→R1−R2 and R2→R2−R3.Area=21x1−x2x2−x3x3x11−x21x21−x31x31001.Step 3: Simplify the fractions: x11−x21=x1x2x2−x1=−x1x2x1−x2, and x21−x31=−x2x3x2−x3.Area=21x1−x2x2−x3x3−x1x2x1−x2−x2x3x2−x3x31001.Step 4: Factor out common factors from rows: (x1−x2) from row 1 and (x2−x3) from row 2.Area=21(x1−x2)(x2−x3)11x3−x1x21−x2x31x31001.Step 5: Expand the determinant along the third column (column 3 has entries 0,0,1). Only the 3×3 minor remains: 1×(1⋅(−x2x31)−1⋅(−x1x21)).Area=21(x1−x2)(x2−x3)×(−x2x31+x1x21).Step 6: Combine the fractions: x1x21−x2x31=x1x2x3x3−x1.Area=21(x1−x2)(x2−x3)⋅x1x2x3x3−x1.Step 7: Area is taken as absolute value (magnitude).Therefore, Area=2x1x2x3(x1−x2)(x2−x3)(x3−x1).Answer:2x1x2x3(x1−x2)(x2−x3)(x3−x1) (Option D).