what is the perimeter of trapeziod (-3,3) (-5,0) (2,3) (4,0)

To find the perimeter of a trapezoid, you need to calculate the lengths of all its sides and then add them together.

Let's label the given points as follows:
A = (-3, 3)
B = (-5, 0)
C = (2, 3)
D = (4, 0)

To find the lengths of the sides, you can use the distance formula:

The distance between two points (x1, y1) and (x2, y2) is given by:
d = sqrt((x2 - x1)^2 + (y2 - y1)^2)

Now, let's calculate the lengths of the sides:

1. Side AB:
d_AB = sqrt((-5 - (-3))^2 + (0 - 3)^2) = sqrt((-2)^2 + (-3)^2) = sqrt(4 + 9) = sqrt(13)

2. Side BC:
d_BC = sqrt((2 - (-5))^2 + (3 - 3)^2) = sqrt((7)^2 + (0)^2) = sqrt(49 + 0) = sqrt(49) = 7

3. Side CD:
d_CD = sqrt((4 - 2)^2 + (0 - 3)^2) = sqrt((2)^2 + (-3)^2) = sqrt(4 + 9) = sqrt(13)

4. Side AD:
d_AD = sqrt((4 - (-3))^2 + (0 - 3)^2) = sqrt((7)^2 + (-3)^2) = sqrt(49 + 9) = sqrt(58)

Now, we can add the lengths of all sides to find the perimeter of the trapezoid:

Perimeter = d_AB + d_BC + d_CD + d_AD
Perimeter = sqrt(13) + 7 + sqrt(13) + sqrt(58)

Therefore, the perimeter of the trapezoid with vertices at (-3, 3), (-5, 0), (2, 3), and (4, 0) is approximately sqrt(13) + 7 + sqrt(13) + sqrt(58).