Question 443245
beginning with f(x) = squareroot of x, find the function g(x) that shows f(x)
shifted to the left 2 units, reflected about the x axis, and then shifted up
7 units?
----
f(x) = sqrt(x)
shifted left 2 units gives
a(x) = sqrt(x+2)
---
reflected about x axis gives
b(x) = -sqrt(x+2)
---
shifted up 7 units gives:
F(x) = -sqrt(x+2)+7
===============================
Cheers,
Stan H.
===============