This document discusses composite functions. It defines a composite function as when a number or letter is affected by more than one function. It provides examples of combining different functions, such as f(x) = 3x and g(x) = x^2, and explains that the order matters as f(g(x)) is not the same as g(f(x)). The document then shows how to write composite functions using formulas, such as if f(x)= 2x + 1 and g(x) = 4x, then f(g(x)) = 2(4x) + 1 = 8x + 1 and g(f(x)) = 4(2x + 1) = 8x