Question: If a rectangle has vertices at (1, 1), (1, 4), (5, 1), and (5, 4), what is its area?
Options:
Correct Answer: 16
Solution:
The area of a rectangle is given by the formula: Area = length * width. The length is 5 - 1 = 4 and the width is 4 - 1 = 3. Thus, Area = 4 * 3 = 12.