Solving this problem involves repeated application of the distance formula. In order to figure out which vertices we need to connect to another vertex, we should first plot the points on the coordinate plane to get an idea of what the polygon looks like. To form the sides of this polygon (which is, in our case, a pentagon), we'll need to connect the points in the following pairs:
(-2, -2) and (3, -3)
(3, -3) and (4, -6)
(4, -6) and (1, -6)
(1, -6) and (-2, -4)
(-2, -4) and (-2, -2)
In case you forgot, the distance formula is simply an application of the Pythagorean Theorem that treats the x-distance and y-distance between two points as the "legs" of a right triangle, and the shortest distance between them as the "hypotenuse."
If a and b are the legs of a right triangle, and c is the hypotenuse, the Pythagorean Theorem can be written as:

Or, if we're just looking for the value of c:

Since the hypotenuse in our case represents <em>distance</em>, it's more descriptive to rename that variable <em>d</em>. Also, the "legs" a and b in this problem represent the distances between the x and y components of the two points. If we take any two points

and

, the distance between the x components of those points would be their difference,

, and the distance between the y components would be

. Substituting that all in, the distance formula becomes:

All that's left to do now is substitute our specific points into the formula for each side of the polygon:
(-2, -2) and (3, -3):

(3, -3) and (4, -6)

(4, -6) and (1, -6)

(1, -6) and (2, -4)

(2, -4) and (-2, -2)

Rounding beforehand and adding up all of the distances gives us a perimeter of 18 units, which is remarkably close to the more precise approximation of 17.96 units. Given your options,
17.9 units would be the closest to the result we obtained here.