Question: What is the length of the diagonal of a rectangle with vertices at (0, 0), (0, 6), (8, 0), and (8, 6)?
Options:
Correct Answer: 10
Solution:
The length of the diagonal can be found using the distance formula: d = √((8 - 0)² + (6 - 0)²) = √(64 + 36) = √100 = 10.