To find the perimeter of the triangle formed by these three points we need to find the distance between each pair of points.
The formula for calculating the distance between two points is:
#d = sqrt((color(red)(x_2) - color(blue)(x_1))^2 + (color(red)(y_2) - color(blue)(y_1))^2)#
Distance Between (9, 2) and (6, 3)
#d = sqrt((color(red)(6) - color(blue)(9))^2 + (color(red)(3) - color(blue)(2))^2)#
#d = sqrt(-3^2 + 1^2)#
#d = sqrt(9 + 1)#
#d = sqrt(2)#
Distance Between (9, 2) and (4, 1)
#d = sqrt((color(red)(4) - color(blue)(9))^2 + (color(red)(1) - color(blue)(2))^2)#
#d = sqrt(-5^2 + (-1)^2)#
#d = sqrt(25 + 1)#
#d = sqrt(26)#
Distance Between (6, 3) and (4, 1)
#d = sqrt((color(red)(4) - color(blue)(6))^2 + (color(red)(1) - color(blue)(3))^2)#
#d = sqrt(-2^2 + (-2)^2)#
#d = sqrt(4 + 4)#
#d = sqrt(8)#
Therefore the perimeter of the triangle is:
#p = sqrt(2) + sqrt(26) + sqrt(8)#
We can factor out a #sqrt(2)# if desired:
#p = sqrt(2) + sqrt(2 * 13) + sqrt(2 * 4)#
#p = sqrt(2) + sqrt(2)sqrt(13) + sqrt(2)sqrt(4)#
#p = 1sqrt(2) + sqrt(2)sqrt(13) + sqrt(2)sqrt(4)#
#p =(1 + sqrt(13) + sqrt(4))sqrt(2)#
#p =(1 + sqrt(13) + 2)sqrt(2)#
#p =(3 + sqrt(13))sqrt(2)#
Or
#p = 3sqrt(2) + sqrt(13)sqrt(2)#
#p = 3sqrt(2) + sqrt(13 * 2)#
#p = 3sqrt(2) + sqrt(26)#