To find which function corresponds to the given input-output table, we can substitute each \( x \) value into the provided functions and see if any produce the correct \( f(x) \) values.
Here are the functions to test:
-
\( f(x) = 6x + 1 \)
- \( f(-2) = 6(-2) + 1 = -12 + 1 = -11 \) ✔️
- \( f(-1) = 6(-1) + 1 = -6 + 1 = -5 \) (not matching) ❌
- So, this function is not correct.
-
\( f(x) = 3x + 1 \)
- \( f(-2) = 3(-2) + 1 = -6 + 1 = -5 \) (not matching) ❌
- So, this function is not correct.
-
\( f(x) = 3x^2 + 1 \)
- \( f(-2) = 3(-2)^2 + 1 = 3(4) + 1 = 12 + 1 = 13 \) (not matching) ❌
- So, this function is not correct.
-
\( f(x) = -3x^2 + 1 \)
- \( f(-2) = -3(-2)^2 + 1 = -3(4) + 1 = -12 + 1 = -11 \) ✔️
- \( f(-1) = -3(-1)^2 + 1 = -3(1) + 1 = -3 + 1 = -2 \) ✔️
- \( f(0) = -3(0)^2 + 1 = 0 + 1 = 1 \) ✔️
- This function matches all the values in the table.
The function that corresponds to the input-output table is:
\( f(x) = -3x^2 + 1 \).