Question: If the coordinates of the vertices of a triangle are A(1, 2), B(4, 6), and C(7, 2), what is the perimeter of the triangle?
Options:
Correct Answer: 14
Solution:
Perimeter = AB + BC + CA = √((4-1)² + (6-2)²) + √((7-4)² + (2-6)²) + √((1-7)² + (2-2)²) = 3 + 5 + 6 = 14.