Answer:
{-3, -1, 1, 3}
Explanation:
The range is the set of function values corresponding to the values in the domain. They are generally sorted into numerical order.
range = {-3, -1, 1, 3}
__
Each value is found by evaluating the function at the domain value:
f(-1) = 1 -2(-1) = 3
f(0) = 1 -0 = 1
f(1) = 1 -2(1) = -1
f(2) = 1 -2(2) = -3