Respuesta :

Answer:  Range = {4, 11, -1, 13}

Explanation:

The range is the set of y outputs of a relation. So we just list the y coordinates of the points shown.

We could sort the values to get {-1, 4, 11, 13}, but order doesn't matter in a set. So this step is optional.