Homework on Functions - Questions
- Describe what a function does in your own words.
A function is an equation in which X is a variable.
a.4
b.17
c.0
3. Write the definition of a function f that takes an input x, divides it by four and then outputs that result subtracted by 5.
f(x)= (x/4)-5