Question 1188577
.
Let f(x)= {{{sqrt(x)}}}. Find g(x), the function that is f(x) shifted up 10 units and left 9 units
~~~~~~~~~~~~~~~~~


<pre>
To shift 10 units up, add 10 to the function.


To shift 9 units left, use (x+9) instead of x.


So, your final function is


    g(x) = f(x+9) + 10 = {{{sqrt(x+9) + 10}}}.    <U>ANSWER</U>
</pre>

Solved.