To find the length of the diagonal of the rectangle formed by points A, B, C, and D, we can apply the Pythagorean Theorem.
Points:
- A(1, 2)
- B(3, 2)
- C(3, 4)
- D(1, 4)
First, we find the lengths of the sides of the rectangle:
-
The length of side AB (horizontal) is the difference in the x-coordinates: \( |3 - 1| = 2 \).
-
The length of side AD (vertical) is the difference in the y-coordinates: \( |4 - 2| = 2 \).
Now we can use the Pythagorean Theorem to find the length of the diagonal (d): \[ d = \sqrt{(AB)^2 + (AD)^2} \] Substituting the lengths we found: \[ d = \sqrt{(2)^2 + (2)^2} = \sqrt{4 + 4} = \sqrt{8} \]
To round this to the nearest hundredth: \[ d \approx 2.83 \]
Thus, the length of the diagonal is approximately 2.83.
So the correct response is 2.83.