Answers:
Domain = {-1, 2, 1, 8, 9}
Range = {2, 51, 3, 22}
==================================
Explanation:
The domain is the set of allowed inputs of a function. So it's the set of possible x values. We simply list the x coordinates of each point to form the domain.
The range is the set of possible y values or y outputs. So we simply list the y coordinates of the points. We toss out any duplicates. Since order doesn't matter in a set, we can have the values listed any way we want.
Side notes: