Posts tagged manipulating functions
How to add functions and find the value of the sum at a specific point

Did you know that you can add two different functions together? There are two ways to add functions. You can either input the value for x into each function and then add the outputs together, or you can add the functions together and then input the value for x and simplify.

Read More