To find the length of the diagonal of the rectangle formed by points A, B, C, and D, we can use the Pythagorean Theorem.
The rectangle's width (distance between points A and B) and height (distance between points A and D) can be calculated as follows:
-
Distance between points A(1, 2) and B(3, 2):
Width = 3 - 1 = 2 -
Distance between points A(1, 2) and D(1, 4):
Height = 4 - 2 = 2
Now, we can calculate the diagonal \(d\) using the Pythagorean Theorem:
\[ d = \sqrt{(\text{width})^2 + (\text{height})^2} = \sqrt{(2)^2 + (2)^2} = \sqrt{4 + 4} = \sqrt{8} = 2\sqrt{2} \]
Calculating \(2\sqrt{2}\), we find:
\[ 2\sqrt{2} \approx 2 \times 1.414 \approx 2.828 \]
Rounding to the nearest hundredth, we get:
\[ 2.83 \]
Thus, the length of the diagonal is 2.83.