Choose any three points on the following graph of Y = F(X)
,
and fill the table so each column represents a point.
If necessary, round your answers to the nearest CORRECTOFFSET
.
X |
|||
F(X) |
We can start by choosing three input values.
For example, let's use the input values X_EXAMPLES[0]
,
X_EXAMPLES[1]
, and X_EXAMPLES[2]
.
Now we can find the corresponding output values to the input values we chose,
using the graph: The coordinates of every point on the graph of Y = f(X)
can be written as (X, Y)
, where the X
-coordinate represents
the input value and the Y
-coordinate represents the corresponding output value.
As we can see on the graph, the point with an
\blue{x}
-coordinate of \blue{X_EXAMPLES[0]}
has a
\pink{y}
-coordinate of \pink{Y_EXAMPLES_R[0]}
.
In other words, F(\blue{X_EXAMPLES[0]}) = \pink{Y_EXAMPLES_R[0]}
.
To record this in our table, we put
\blue{X_EXAMPLES[0]}
in the x
-row and
\pink{Y_EXAMPLES_R[0]}
in the F(X)
-row
below it.
We can do the same for the other two input values we chose.
\quad
\begin{align}
F(\blue{X_EXAMPLES[1]}) &= \pink{Y_EXAMPLES_R[1]}
\\
F(\blue{X_EXAMPLES[2]}) &= \pink{Y_EXAMPLES_R[2]}
\end{align}
This is a possible complete table:
X |
X_EXAMPLES[0] |
X_EXAMPLES[1] |
X_EXAMPLES[2] |
F(X) |
Y_EXAMPLES_R[0] |
Y_EXAMPLES_R[1] |
Y_EXAMPLES_R[2] |
Note: There can be other correct tables that contain different points.
Pick any three pairs of corresponding input and output values of the following function, and fill the table accordingly.
F(X) = FUNCSHOW
We can start by choosing three input values.
For example, let's use the input values X_EXAMPLES[0]
,
X_EXAMPLES[1]
, and X_EXAMPLES[2]
.
Now we can find the corresponding output values to the input values we chose, using the function's formula:
For any input value a
, we can find its corresponding output value by substituting X = a
into the formula for F(X)
.
Now find the output value that corresponds to \blue{x}=\blue{X_EXAMPLES[0]}
.
\quad F(\blue{X_EXAMPLES[0]}) = HINT
\quad F(\blue{X_EXAMPLES[0]}) = \pink{Y_EXAMPLES_R[0]}
To record this in the table, we put \blue{X_EXAMPLES[0]}
in the X
-row
and \pink{Y_EXAMPLES_R[0]}
in the F(X)
-row located directly below it.
We can do the same for the other two input values we chose.
We can do the same for the other two input values we chose.
\quad \begin{align}
F(\blue{X_EXAMPLES[1]}) &= \pink{Y_EXAMPLES_R[1]}
\\
F(\blue{X_EXAMPLES[2]}) &= \pink{Y_EXAMPLES_R[2]}
\end{align}
This is a possible complete table:
X |
X_EXAMPLES[0] |
X_EXAMPLES[1] |
X_EXAMPLES[2] |
F(X) |
Y_EXAMPLES_R[0] |
Y_EXAMPLES_R[1] |
Y_EXAMPLES_R[2] |
Note: There can be other correct tables that contain different points.