Write the relation represented in the table below as a set of ordered pairs.

x y
-5 4
-2 3
0 1
1 5




{-5, -2, 0, 1, 4, 3, 1, 5}


{(4, -5), (3, -2), (1, 0), (5, 1)}


{(-5, 4), (-2, 3), (0, 1), (1, 5)}


{(-5, -2, 0, 1), (4, 3, 1, 5)}