Concept:The perimeter of a triangle is the sum of the distances between its three pairs of vertices.Explanation:Let the vertices be A(3,2), B(4,5), and C(6,2).Use the distance formula: d=(x2−x1)2+(y2−y1)2.Distance AC from (3,2) to (6,2):AC=(6−3)2+(2−2)2=32+02=3.Distance BC from (4,5) to (6,2):BC=(6−4)2+(2−5)2=22+(−3)2=4+9=13.Distance AB from (3,2) to (4,5):AB=(4−3)2+(5−2)2=12+32=1+9=10.Perimeter =AC+BC+AB=3+13+10.