document.write( "Question 824110:  What is the solution set of {x | x < -5} ∩ {x | x > 5}?\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "all numbers less than -5 and greater than 5
\n" );
document.write( "the numbers between -5 and 5
\n" );
document.write( "the empty set
\n" );
document.write( "all real numbers \n" );
document.write( "
| Algebra.Com's Answer #496133 by jsmallt9(3758)      You can put this solution on YOUR website! \"{x | x < -5}\" tells us that x must be less than -5 \n" ); document.write( "\"{x | x > 5}\" tells us that x must be grater than 5 \n" ); document.write( "The \"∩\" between them is the symbol for intersection. This means that the solution set is made up of numbers which are simultaneously in both of these two sets. \n" ); document.write( "So what numbers, if any, are simultaneously less than -5 and greater than 5? The answer to this is the answer to your problem. \n" ); document.write( "P.S. One of the choices, \"all numbers less than -5 and greater than 5\", is worded terribly. It should read: \"all numbers less than -5 or greater than 5\". The words \"and\" and \"or\" have very important and very different meanings when used in the context of sets. \n" ); document.write( " |