To determine the area of rectangle ABCD using its coordinates, we first identify the vertices:
- A(-3, -2)
- B(4, -2)
- C(4, 1)
- D(-3, 1)
Next, we need to find the lengths of the sides of the rectangle.
-
Length of AB (or CD): Since points A and B have the same y-coordinate (-2), the distance between them is calculated as follows: \[ AB = x_B - x_A = 4 - (-3) = 4 + 3 = 7 \text{ units} \]
-
Length of AD (or BC): Since points A and D have the same x-coordinate (-3), the distance between them is calculated as follows: \[ AD = y_D - y_A = 1 - (-2) = 1 + 2 = 3 \text{ units} \]
Now that we have the lengths of the sides of the rectangle, we can compute the area \( A \) using the formula: \[ \text{Area} = \text{Length} \times \text{Width} \] Substituting the lengths we found: \[ \text{Area} = AB \times AD = 7 \times 3 = 21 \text{ units}^2 \]
Thus, the area of rectangle ABCD is \( \text{21 units}^2 \).