Question: If the coordinates of the vertices of a triangle are A(1, 1), B(4, 1), and C(1, 5), what is the perimeter of the triangle?
Options:
Correct Answer: 12
Solution:
Length AB = 3, Length AC = 4, Length BC = √((4-1)² + (1-5)²) = √(9 + 16) = 5. Perimeter = 3 + 4 + 5 = 12.