What is the area of the rectangle? Show all work.
Coordinates: (-4, 0), (-6, 4), (4, 4), (2, 8)
Do not round anything until the very end.
Round your final answer to the tenths place.
Alan's method works, but as he pointed out, the coordinate points have to be in order (CLOCK or COUNTERCLOCKWISE), and one of the ways to
determine the order is to do what @IKLEYN suggests: Sketching the polygon.
Doing so, instead of: A B C D A A B C D A
-4 -6 4 2 -4 -4 -6 2 4 -4
0 4 4 8 0, we get: 0 4 8 4 0
The sum of the "POSITIVE" diagonal-products gives us: (0 * - 6) + (4 * 2) + (8 * 4) + (4 * - 4) = 0 + 8 + 32 - 16 = 24
The sum of the "NEGATIVE" diagonal-products gives us: (- 4 * 4) + (- 6 * 8) + (2 * 4) + (4 * 0) = - 16 - 48 + 8 + 0 = - 56