Answer:
(e) b h a k
Explanation:
You want the order of operations involved in the transformation ...
g(x) = a(bx -h) +k
Order of operations
The Order of Operations tells you that multiplication takes precedence over addition, and expressions inside parentheses are evaluated first.
Evaluation
We note there is an expression in parentheses here: (bx -h). In that expression is a multiplication operation (bx) and an addition operation (_-h).
The multiplication is done first, so evaluating this expression in parentheses, we ...
Once the parenthetical expression is evaluated, we proceed to the main event. Again, multiplication and addition are required. That means the next two steps are ...
- multiply (the value of the parentheses) by a
- add k
In summary, the operations we perform during evaluation of the transformation successively apply the parameters ...
b h a k