document.write( "Question 775809: I need help with solving this:
\n" );
document.write( "|x+8|=12
\n" );
document.write( "Please explain. \n" );
document.write( "
Algebra.Com's Answer #473159 by sofiyac(983)![]() ![]() You can put this solution on YOUR website! you always have two cases with absolute value, first case you just leave it as is and drop absolute value and second case you put a minus in front of the absolute value part \n" ); document.write( "case 1 \n" ); document.write( "x+8=12 subtract 8 from each side \n" ); document.write( "x=4 \n" ); document.write( "case 2 \n" ); document.write( "-(x+8)=12 \n" ); document.write( "-x-8=12 add 8 to each side \n" ); document.write( "-x=20 divide each side by -1 \n" ); document.write( "x=-20\r \n" ); document.write( "\n" ); document.write( " |