Question 363088
3.5 sq units
--------------
Arrange the points like this:
0 3 4 0
0 4 3 0
(The 1st point is repeated)
-------
Add the diagonal products from lower left to upper right:
0 + 16 + 0 = 16
Add the diagonal products from upper left to lower right:
0 + 9 + 0 = 9
---------
Get the absolute value of the difference:
|9 - 16| = 7
Area = 7/2 = 3.5 sq units
------------------
This works for any # of points, any shape.