Understanding the Concept:
The area of a triangle with vertices \( (x_1, y_1), (x_2, y_2), (x_3, y_3) \) is given by:
\[ \text{Area} = \frac{1}{2} \left| \begin{vmatrix} x_1 & y_1 & 1 x_2 & y_2 & 1 x_3 & y_3 & 1 \end{vmatrix} \right| \]
Step 1: Set up the area determinant for the given vertices.
\[ \text{Area} = \frac{1}{2} \left| \begin{vmatrix} x_1/a & y_1/a & 1 x_2/b & y_2/b & 1 x_3/c & y_3/c & 1 \end{vmatrix} \right| \]
Step 2: Factor out constants from the rows.
To remove the denominators, factor out \( 1/a \) from \( R_1 \), \( 1/b \) from \( R_2 \), and \( 1/c \) from \( R_3 \):
\[ \text{Area} = \frac{1}{2abc} \left| \begin{vmatrix} x_1 & y_1 & a x_2 & y_2 & b x_3 & y_3 & c \end{vmatrix} \right| \]
Step 3: Relate to the given determinant.
Swap columns to match the given form (one swap changes the sign, but we take absolute value):
\[ \text{Area} = \frac{1}{2abc} \left| \begin{vmatrix} a & x_1 & y_1 b & x_2 & y_2 c & x_3 & y_3 \end{vmatrix} \right| \]
The given determinant is \( \begin{vmatrix} 2a & x_1 & y_1 2b & x_2 & y_2 2c & x_3 & y_3 \end{vmatrix} = 2 \begin{vmatrix} a & x_1 & y_1 b & x_2 & y_2 c & x_3 & y_3 \end{vmatrix} = \frac{abc}{2} \).
So, \( \begin{vmatrix} a & x_1 & y_1 b & x_2 & y_2 c & x_3 & y_3 \end{vmatrix} = \frac{abc}{4} \).
Step 4: Calculate final area.
\[ \text{Area} = \frac{1}{2abc} \left( \frac{abc}{4} \right) = \frac{1}{8} \]