document.write( "Question 1046585: Write the set of points from -5 to -1 but excluding -3 and -1 as a union of intervals \n" ); document.write( "
Algebra.Com's Answer #662033 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
If you include \"-5\",
\n" ); document.write( "[\"-5\",\"-3\")U(\"-3\",\"-1\")
\n" ); document.write( "If you exclude \"-5\",
\n" ); document.write( "(\"-5\",\"-3\")U(\"-3\",\"-1\")
\n" ); document.write( "
\n" );