Answer:
The correct answer is the first set {(-1, 8), (0, 5), (2, -1), (3, -4)}
Explanation:
In order to determine if the set works, input each ordered pair to see if the statement ends up true. The first two ordered pairs are done below.
(-1, 8)
f(x) = -3x + 5
8 = -3(-1) + 5
8 = 3 + 5
8 = 8 (TRUE)
(0, 5)
f(x) = -3x + 5
5 = -3(0) + 5
5 = 0 + 5
5 = 5 (TRUE)