Concept:
The area of a triangle with vertices \( (x_1, y_1), (x_2, y_2), \) and \( (x_3, y_3) \) can be calculated using the coordinate geometry formula:
\[ \text{Area} = \frac{1}{2} |x_1(y_2 - y_3) + x_2(y_3 - y_1) + x_3(y_1 - y_2)| \]
Step 1: Inserting the coordinates.
Using points \( (-2, 2), (1, 5), \) and \( (6, -1) \):
\[ \text{Area} = \frac{1}{2} |(-2)(5 - (-1)) + (1)(-1 - 2) + (6)(2 - 5)| \]
\[ = \frac{1}{2} |(-2)(6) + (1)(-3) + (6)(-3)| \]
Step 2: Simplifying the arithmetic.
\[ \text{Area} = \frac{1}{2} |-12 - 3 - 18| = \frac{1}{2} |-33| \]
\[ \text{Area} = \frac{33}{2} \]