Answer:
f(-2) = 18
Explanation:
In order to calculate a function of x, we replace x
For example
f(x) = x
f(-2) = -2
In this specific scenario
f(x) = 3 * (4 - x)
f(-2) = 3 * (4 - -2)
- -2 turns positive
f(-2) = 3 * (4 + 2)
Now we use PAMDAS (parentheses, exponents, multiplication, division, addition) as an operation order, so we first solve the parantheses
f(-2) = 3 * 6
f(-2) = 18