Find the range of the function for the given domain.

​f(x) = 4x​ - 5; {-2, - 1,0,1,2}

To find the range of the function, we need to substitute each value from the given domain into the function and determine the corresponding output values.

For x = -2:
f(-2) = 4(-2) - 5 = -8 - 5 = -13

For x = -1:
f(-1) = 4(-1) - 5 = -4 - 5 = -9

For x = 0:
f(0) = 4(0) - 5 = 0 - 5 = -5

For x = 1:
f(1) = 4(1) - 5 = 4 - 5 = -1

For x = 2:
f(2) = 4(2) - 5 = 8 - 5 = 3

The range of the function is {-13, -9, -5, -1, 3}.

is this correct

Yes, the range of the function for the given domain is {-13, -9, -5, -1, 3}.