By finding the distance between each pair of consecutive vertices, we could find that the perimeter is 26.8
<h3>
How to find the perimeter of the figure?</h3>
To find the perimeter, we need to find the length of each side of the figure in the image.
And remember that the distance between two points (a, b) and (c, d) is:
√( (a - c)^2 + (b - d)^2 )
So we need to find the distance between each of the vertices of the figure.
The first two are (0, 3) and (4, -1). The distance between these is:
d = √( (0 - 4)^2 + (3 + 1)^2 ) = √25 = 5
The second pair is (4, -5) and (4, -1). The distance between these is:
d = √( (4 - 4)^2 + (-5 + 1)^2 ) = √16 = 4
The third pair is (4, -5) and (-5, 4). The distance between these is:
d = √( (4 + 5)^2 + (-5 - 4)^2 ) = √162 = 12.7
The last pair is (-5, 4) and (0, 3), this time the distance is:
d = √( (-5 - 0)^2 + (4 - 3)^2 ) = √26 = 5.1
The perimeter is the sum of these distances:
5 + 4 + 12.7 + 5.1 = 26.8
By finding the distance between each pair of consecutive vertices, we could find that the perimeter is 26.8
If you want to learn more about perimeters:
brainly.com/question/24571594
#SPJ1