another way to combine two functions to create a new function is called the composition of functions. the notation of the function f with g is (f•g)(x)=f(g(x)) and is the read f of g of x. it means the wherever there is an x in the function f, it’s replaced with the function g(x).