Mehek A. answered 05/19/20
Engineer making learning affordable
a vertical translation 5 units up would be
f(x) + 5
reflection in the y axis would be f(−x)
g(x) = (−x)4 – 2 (−x)3 – 12 + 5
g(x) can be simplified by combining like terms and simplifying x:
g(x) = x4 –2 × (−x3) − 7
So (−x)4 = -x1 × -x1 × -x1 × -x1 = x2 × x2 = x4 (You must add exponents because they're the same base. And it will become positive when you multiply an even amount of negative numbers)
(-x)3 = (-x)1 × (-x)1 × (-x)1 = x2 × (-x)1 = -x3 (this remain negative because you multiply an odd amount of negative numbers)
Finally:
g(x) = x4 –2(−x3) − 7 Since -2×-1 = 2 , we can turn the middle term into positive 2x3
g(x) = x4 +2x3 − 7