To find the length of the diagonal of the rectangle formed by the points \((-6, 8)\), \((4, 8)\), \((4, -3)\), and \((-6, -3)\), we can use the distance formula:
\[ d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2} \]
We can choose two opposite corners of the rectangle to calculate the diagonal. Let's use the points \((-6, 8)\) and \((4, -3)\).
-
Identify the coordinates of the points:
- Point 1: \((-6, 8)\) which is \((x_1, y_1)\)
- Point 2: \((4, -3)\) which is \((x_2, y_2)\)
-
Substitute these values into the distance formula:
\[ d = \sqrt{(4 - (-6))^2 + (-3 - 8)^2} \]
-
Simplify the equations:
- \(x_2 - x_1 = 4 - (-6) = 4 + 6 = 10\)
- \(y_2 - y_1 = -3 - 8 = -11\)
-
Now, substitute these into the formula:
\[ d = \sqrt{(10)^2 + (-11)^2} = \sqrt{100 + 121} = \sqrt{221} \]
- Calculate \(\sqrt{221}\):
\[ \sqrt{221} \approx 14.8661 \]
- Round to the nearest hundredth:
\[ \sqrt{221} \approx 14.87 \]
Thus, the length of the diagonal of the rectangle is approximately 14.87 units.