document.write( "Question 902540: How can you show vertical reflection, shift left 3, and shift up 6 to these functions: |x| and square root of x.\r
\n" );
document.write( "\n" );
document.write( "I have a test tomorrow and I'm still confused on these problems. Please help me, I don't think I'll pass the test tomorrow :( \n" );
document.write( "
Algebra.Com's Answer #547313 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! How can you show vertical reflection, shift left 3, and shift up 6 to these functions: |x| and square root of x. \n" ); document.write( "\"Vertical reflection\" is the same as a reflection about the x-axis. \n" ); document.write( ". \n" ); document.write( "function: |x| \n" ); document.write( "vertical reflection: -|x| \n" ); document.write( "shift left 3: |x+3| \n" ); document.write( "shift up 6: |x| + 6 \n" ); document.write( "put them all together \n" ); document.write( "|x| vertical reflection, shift left 3, and shift up 6 is \n" ); document.write( "-|x+3|+6 \n" ); document.write( ". \n" ); document.write( "function: sqrt(x) \n" ); document.write( "vertical reflection: -sqrt(x) \n" ); document.write( "shift left 3: sqrt(x+3) \n" ); document.write( "shift up 6: sqrt(x) + 6 \n" ); document.write( "put them all together \n" ); document.write( "|x| vertical reflection, shift left 3, and shift up 6 is \n" ); document.write( "-sqrt(x+3)+6 \n" ); document.write( " \n" ); document.write( " |