Anthony H. answered 04/02/21
Tutor
5
(36)
PhD Chemist and Professor with 10 years experience tutoring
In order to do this problem you need to do several operations.
- Take your parent function f(x) = x2 and deal with the portion of the problem referring to the shift to the right. (remember shifts to the right are going to involve subtracting from x) Therefore this will change our function to g(x)=(x-3)2
- From here we should address the flip across the x axis, this will require us to multiply this function by -1 so our function becomes: g(x) = -(x-3)2
- Once this has been determined then in order to do the vertical stretch by 4 you need to multiply your function by 4, as shown: g(x) = -4(x-3)2
Hope this helps, let me know if its unclear.