Math for - Functions

  1. A machine performs an operation on an input number. The operation is defined as: "multiply by 3, then add 5". Let $f(x)$ represent this operation where $x$ is the input number.

    1. Write an expression for $f(x)$.

    2. Calculate $f(4)$.

    3. Calculate $f(-2)$.

  2. An engineer determines that the cost $C$ (in dollars) to produce $n$ units of a small sensor is given by the function $C(n) = 15n + 250$.

    1. What is the cost to produce 10 sensors?

    2. If the budget for sensor production is $1000, how many sensors can be produced at most (assuming only whole sensors can be produced)?

  3. Let a function $g(x)$ be defined as $g(x) = 5x - 3$. Let another function $h(x)$ be defined as $h(x) = x + 8$.

    1. Calculate $g(2)$.

    2. Calculate $h(1)$.

    3. Calculate $g(h(1))$. (This means: first calculate $h(1)$, then use that result as the input for $g$).

  4. The formula to convert temperature from Celsius ($C$) to Fahrenheit ($F$) is given by the function $T(C) = \frac{9}{5}C + 32$.

    1. In this function, what is the input variable (parameter)?

    2. What does $T(C)$ represent (the output)?

    3. If the temperature in a room is $25^\circ C$, what is the temperature in Fahrenheit?

  5. Consider a function $P(s) = 4s$, which represents the perimeter of a square with side length $s$.

    1. If the side length $s = 7$ cm, what is the perimeter?

    2. What if the perimeter $P(s)$ is 36 cm? What is the side length $s$?

    3. If the side length is doubled, say to $s_{new} = 2s_{original}$, how does the new perimeter $P(s_{new})$ relate to the original perimeter $P(s_{original})$? Explain your reasoning.