The distance between any two points (x1,y1) and (x2,y2) can be determined by sqrt((x2-x1)^2+(y2-y1)^2)
In this case, any vertex is translated 3 units to left, on x coordinate, and 5 units up, on y coordinate.
Therefore, the distance the quadrilateral is translated is: sqrt((-3)^2+5^2) = sqrt(34) = 5.83 units.