what are the outputs of the function below?\n| x | -1 | 0 | 7 | 10 |\n| g(x) | 6 | 2 | -3 | 4 |\n-1, 0, -3…

what are the outputs of the function below?\n| x | -1 | 0 | 7 | 10 |\n| g(x) | 6 | 2 | -3 | 4 |\n-1, 0, -3, 4\n-1, 0, 7, 10\n6, 2, -3, 4\n6, 2, 7, 10

what are the outputs of the function below?\n| x | -1 | 0 | 7 | 10 |\n| g(x) | 6 | 2 | -3 | 4 |\n-1, 0, -3, 4\n-1, 0, 7, 10\n6, 2, -3, 4\n6, 2, 7, 10

Answer

Explanation:

Step1: Recall function output definition

In a function $g(x)$, the values of $g(x)$ are the outputs.

Step2: Identify output values from table

From the table, when $x=-1$, $g(x) = 6$; when $x = 0$, $g(x)=2$; when $x = 7$, $g(x)=-3$; when $x = 10$, $g(x)=4$.

Answer:

C. 6, 2, -3, 4