document.write( "Question 644731: Absolute Value Expression:\r
\n" );
document.write( "\n" );
document.write( "|x+2| divided by x+2\r
\n" );
document.write( "\n" );
document.write( "Answer is: 1 for x>-2; undefined for x=-2; -1 for x<-2\r
\n" );
document.write( "\n" );
document.write( "Can you explain the steps for this expression? \n" );
document.write( "
Algebra.Com's Answer #405235 by jim_thompson5910(35256) ![]() You can put this solution on YOUR website! If x > -2, then we can add 2 to both sides to get x + 2 > 0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So the expression x+2 is positive in this case. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So |x+2| = x+2 in this case as well (since the absolute value doesn't change a positive number)\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "This means |x+2|/(x+2) = (x+2)/(x+2) = 1 when x > -2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So |x+2|/(x+2) = 1 when x > -2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-------------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "It's undefined for x = -2 since plugging this value into the expression yields a 0 in the denominator (you can't divide by zero)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-------------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "When x < -2, then x+2 < 0 which means |x+2| = -(x+2)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So |x+2|/(x+2) = -(x+2)/(x+2) = -1 when x < -2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "which means |x+2|/(x+2) = -1 when x < -2\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-------------------------------------------------------------------------------------------------------------- \n" ); document.write( "If you need more help, email me at jim_thompson5910@hotmail.com\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Also, please consider visiting my website: http://www.freewebs.com/jimthompson5910/home.html and making a donation. Thank you\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Jim \n" ); document.write( "-------------------------------------------------------------------------------------------------------------- \n" ); document.write( " \n" ); document.write( " |