Suppose you want to graph \( (f \circ g)(x) \) for the following functions:
\[ f(x) = x^2 - 2x + 5, \quad g(x) = \frac{x + 3}{4} \]
f(x)
and press f(g(x))
in a third line and press f1(x) = f(g(x))
and press Suppose you want to evaluate \( (f \circ g)(1) \) for the following functions:
\[ f(x) = x^2 - 2x + 5, \quad g(x) = \frac{x + 3}{4} \]
f(x)
and press f(g(1))
in a third line and press The result should be \( 4 \). Thus, \( (f \circ g)(1) = 4 \).