Question 1199728
.
Write a function k(x) that has the following transformations from the parent function f(x) = x. 
Do not simplify equation.

Vertical compression by a factor of 2/3, vertical shift up 1.
~~~~~~~~~~~~~~~~~~~~~~


<pre>
Step 1.  Vertical compression by a factor of 2/3 transforms the parent function f(x) = x
         to function g(x) = {{{(2/3)x}}}.


Step 2.  Vertical shift up 1 transforms function g(x) = {{{(2/3)x}}}
         to function k(x) = {{{(2/3)x + 1}}}.


<U>ANSWER</U>.  k(x) = {{{(2/3)x + 1}}}.
</pre>

Solved.