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 #537478 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! Original: y = |x|\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Shift left 9 units: y = |x+9|\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Shift up 3 units: y = |x+9|+3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Answer: y = |x+9|+3 \n" ); document.write( " |