Question: What is the area of a polygon with vertices at (0, 0), (4, 0), (4, 3), (0, 3)?
Options:
Correct Answer: 8
Solution:
This is a rectangle with length 4 and width 3. Area = length * width = 4 * 3 = 12.