We will discuss one of the key advantages of functions: the ability to build new functions from combinations of other functions!
Functions can be combined via the usual operations of addition, subtraction, multiplication, and division. They can be substituted into algebraic expressions. Functions can also be composed, which is essentially feeding the output of one function into another function as input. In the next few topics, we will cover the basic operations that can be performed on functions and will reserve future lessons for stuff about function composition.