document.write( "Question 1076637: Rewrite without absolute value for the given conditions:
\n" ); document.write( " y=|x−3|+|x+2|−|x−5|, if x<−2
\n" ); document.write( "I am sorry
\n" ); document.write( "

Algebra.Com's Answer #691279 by josgarithmetic(39630)\"\" \"About 
You can put this solution on YOUR website!
Each of the three expressions INSIDE the absolute values will be negative values for \"x%3C-2\".\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"y=abs%28x-3%29%2Babs%28x%2B2%29-abs%28x-5%29\"\r
\n" ); document.write( "\n" ); document.write( "and that \"x%3C-2\";\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"y=-%28x-3%29-%28x%2B2%29-%28-1%29%28x-5%29\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"y=-x%2B3-x-2%2B%28x-5%29\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"y=-x%2B3-x-2%2Bx-5\"\r
\n" ); document.write( "\n" ); document.write( "\"highlight_green%28y=-x-4%29\"
\n" ); document.write( "
\n" );