To calculate the area of triangle ABC with vertices A(a, b - 2c), B(a, b + 4c), and C(-2a, 3c), we will use the formula for the area of a triangle given its vertices:
The area of a triangle with vertices at \((x_1, y_1)\), \((x_2, y_2)\), and \((x_3, y_3)\) is given by:
\(\text{Area} = \frac{1}{2}\left| x_1(y_2 - y_3) + x_2(y_3 - y_1) + x_3(y_1 - y_2) \right|\)
Substituting the given coordinates:
Plug these into the area formula:
\(\text{Area} = \frac{1}{2}\left| a((b + 4c) - 3c) + a(3c - (b - 2c)) - 2a((b - 2c) - (b + 4c)) \right|\)
Simplifying the terms inside the absolute value:
Substitute back into the formula:
\(\text{Area} = \frac{1}{2}\left| a \cdot (b + c) + a \cdot (5c - b) + 4a \cdot 6c \right|\)
Simplifying:
\(\text{Area} = \frac{1}{2}\left| ab + ac + 5ac - ab + 24ac \right|\)
\(\text{Area} = \frac{1}{2}\left| 30ac \right|\)
This simplifies to:
\(\text{Area} = 15ac\)
However, that was a mistake in my simplification. Let's recompute the terms properly:
The correct set of computations gives:
\(\text{Area} = \frac{1}{2} \times 18ac = 9ac\)
Hence, the area of the triangle ABC is 9ac.
Step 1: Formula for the area of a triangle using coordinates:
\[ \text{Area} = \tfrac{1}{2} \Big| x_1(y_2 - y_3) + x_2(y_3 - y_1) + x_3(y_1 - y_2) \Big| \]
Step 2: Substitute the given points into the formula.
\[ \text{Area} = \tfrac{1}{2} \Big| a\big((b+4c) - 3c\big) \;+\; a\big(3c - (b - 2c)\big) \;+\; 2a\big((b - 2c) - (b + 4c)\big) \Big| \]
Step 3: Simplify each term.
\[ = \tfrac{1}{2} \Big| a(b + c) \;+\; a(5c - b) \;-\; 2a(-6c) \Big| \]
Step 4: Expand further.
\[ = \tfrac{1}{2} \Big| ab + ac + 5ac - ab + 12ac \Big| \]
Step 5: Combine like terms.
\[ = \tfrac{1}{2} \Big| 18ac \Big| \]
Step 6: Final area of the triangle.
\[ \text{Area} = 9ac \]
\[ \boxed{9ac} \]
Option D
