I can't really read the formula so I'll give a lecture.
With two vectors we can make a parallelogram. If the vectors are u and v, and one vertex is the origin O, the others are O+u, O+v, and O+v+u. If we draw any diagonal of the parallelogram, that divides it into two congruent triangles. So each triangle is half the area of parallelogram.
The signed area of the parallelogram is given by the two D cross product of the vectors, aka the determinant. So the area of a triangle with vertices (0,0), (a,b) and (c,d) is
[tex]A = \frac 1 2 |ad - bc| = \left| \frac 1 2 \begin{vmatrix} a & b \\ c & d\end{vmatrix} \right|[/tex]
Applying that to vertices
[tex](0,0), (x_1, 71), (x_2, 92)[/tex]
we get area
[tex]A = \frac 1 2 |\ 92x_1 - 71x_2|[/tex]
That formula is accurate for any values of x₁ and x₂
b. (1,2),(3,-1)
[tex]A=\frac 1 2|1(-1)-2(3)| = \frac 1 2 |-7| = \frac 7 2[/tex]
Answer: 7/2