document.write( "Question 453583: how would you solve something like 8-|x+3|=-15 \n" ); document.write( "
Algebra.Com's Answer #324502 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! how would you solve something like 8-|x+3|=-15 \n" ); document.write( "** \n" ); document.write( " 8-|x+3|=-15 \n" ); document.write( "|x+3|=8+15=23 \n" ); document.write( "for (x+3)>0 \n" ); document.write( "x+3=23 \n" ); document.write( "x=20 \n" ); document.write( ".. \n" ); document.write( "for (x+3)<0 \n" ); document.write( "-|x+3|=23 \n" ); document.write( "-x-3=23 \n" ); document.write( "x=-26 \n" ); document.write( " |