Question: If triangle ABC has vertices A(1, 1), B(4, 5), and C(7, 2), what is the length of side AB?
Options:
Correct Answer: 5.0
Solution:
Using the distance formula: AB = √((4 - 1)² + (5 - 1)²) = √(9 + 16) = √25 = 5.0.