To find the length of the diagonal of the rectangle formed by the points A(1, 2), B(3, 2), C(3, 4), and D(1, 4), we can apply the Pythagorean Theorem.
First, we need to calculate the length of the sides of the rectangle:
-
Length of side AB (horizontal):
- Points A(1, 2) and B(3, 2) have the same y-coordinate.
- Length = x-coordinate of B - x-coordinate of A = 3 - 1 = 2.
-
Length of side AD (vertical):
- Points A(1, 2) and D(1, 4) have the same x-coordinate.
- Length = y-coordinate of D - y-coordinate of A = 4 - 2 = 2.
Now, to find the length of the diagonal (AC), we can use the Pythagorean Theorem, which states:
\[ c^2 = a^2 + b^2 \] where \(c\) is the length of the diagonal, and \(a\) and \(b\) are the lengths of the sides.
Here, \(a = 2\) and \(b = 2\):
\[ c^2 = 2^2 + 2^2 = 4 + 4 = 8 \] \[ c = \sqrt{8} = 2\sqrt{2} \approx 2.83 \]
So, the length of the diagonal, rounded to the nearest hundredth, is approximately 2.83.
Therefore, the correct response is:
2.83.