Find the range of the function f(x)=4x−1

for the domain {−1,0,1,2,3}
.
(1 point)
Responses

To find the range of the function, we need to evaluate the function for each value in the given domain.

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

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

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

For x = 2:
f(2) = 4(2) - 1 = 8 - 1 = 7

For x = 3:
f(3) = 4(3) - 1 = 12 - 1 = 11

The range of the function is {-5, -1, 3, 7, 11}.