(a) Draw the triangle with vertices \(A=(2,2), B=(-1,3)\), and \(C=(0,0)\). By
regarding it as half of a parallelogram, explain why its area equals
$$
\operatorname{area}(A B C)=\frac{1}{2}
\operatorname{det}\left[\begin{array}{rr}
2 & 2 \\
-1 & 3
\end{array}\right]
$$
(b) Move the third vertex to \(C=(1,-4)\) and justify the formula
$$
\operatorname{area}(A B C)=\frac{1}{2}
\operatorname{det}\left[\begin{array}{lll}
x_{1} & y_{1} & 1 \\
x_{2} & y_{2} & 1 \\
x_{3} & y_{3} & 1
\end{array}\right]=\frac{1}{2} \operatorname{det}\left[\begin{array}{rrr}
2 & 2 & 1 \\
-1 & 3 & 1 \\
1 & -4 & 1
\end{array}\right]
$$
Hint: Subtracting the last row from each of the others leaves
$$
\operatorname{det}\left[\begin{array}{rrr}
2 & 2 & 1 \\
-1 & 3 & 1 \\
1 & -4 & 1
\end{array}\right]=\operatorname{det}\left[\begin{array}{rrr}
1 & 6 & 0 \\
-2 & 7 & 0 \\
1 & -4 & 1
\end{array}\right]=\operatorname{det}\left[\begin{array}{rr}
1 & 6 \\
-2 & 7
\end{array}\right]
$$
Sketch \(A^{\prime}=(1,6), B^{\prime}=(-2,7), C^{\prime}=(0,0)\) and their
relation to \(A, B, C\).