Put any value of x to the equation of the function and calculate y.
y = 2x - 1
for x = -2 → y = 2(-2) - 1 = -4 - 1 = -5 → (-2, -5)
for x = -1 → y = 2(-1) - 1 = -2 - 1 = -3 → (-1, -3)
for x = 0 → y = 2(0) - 1 = 0 - 1 = -1 → (0, -1)
for x = 1 → y = 2(1) - 1 = 2 - 1 = 1 → (1, 1)
for x = 2 → y = 2(2) - 1 = 4 - 1 = 3 → (2, 3)
Answer: (-2,-5); (-1,-3); (0,-1); (1, 1); (2; 3)