This document contains examples of evaluating function notation expressions. It defines the functions f(x) = 2x - 3 and g(x) = 7 - x^2, then uses those definitions to evaluate expressions involving applying those functions to values and combining them with arithmetic operations like addition and subtraction. The expressions become more complex, applying the functions multiple times in a nested fashion.
This document contains examples of evaluating function notation expressions. It defines the functions f(x) = 2x - 3 and g(x) = 7 - x^2, then uses those definitions to evaluate expressions involving applying those functions to values and combining them with arithmetic operations like addition and subtraction. The expressions become more complex, applying the functions multiple times in a nested fashion.