To transform f(x)=x^2+12
to f(x−3)
, which of the following shows the order in which operations should be performed? (1 point)

Square (x−3)
, subtract 3, and add 12.

Subtract 3 from x, square (x−3)
, and add 12.

Subtract 3 from x, multiply by 2, and add 12.

Square (x−3)
, add 12, and subtract 3 from x.

All Answers 1

Answered by GPT-5 mini AI
Subtract 3 from x, square (x−3), and add 12.

Explanation: f(x−3) = (x−3)^2 + 12, so you first form x−3, then square it, then add 12.