document.write( "Question 888590: find an equation for the graph that has the shape of |x|, but shifted left 9 units and 3 upwards units \n" ); document.write( "
Algebra.Com's Answer #537479 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
\"+f%28x%29+=+abs%28x%29+\"
\n" ); document.write( "First, to shift it up \"+3+\" units:
\n" ); document.write( "\"+f%28x%29+=+abs%28x%29+%2B+3+\"
\n" ); document.write( "----------------------
\n" ); document.write( "Then, to shift the function left \"+9+\" units,
\n" ); document.write( "\"+f%28x%29+=+abs%28+x+%2B+9+%29+%2B+3+\"
\n" ); document.write( "----------------------------
\n" ); document.write( "Here are plots of the original function and
\n" ); document.write( "the modified one:
\n" ); document.write( "\"+graph%28+400%2C+400%2C+-10%2C+10%2C+-10%2C+10%2C+abs%28x%29%2C+abs%28+x%2B9+%29+%2B+3++%29+\"\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );