document.write( "Question 896011: How do you find the intersection with a complement outside the parenthesis?
\n" );
document.write( "Let U ={3,4,6,7,8} , A ={4,8} , and B ={3,7} \r
\n" );
document.write( "\n" );
document.write( "Find ( A∩B)' \n" );
document.write( "
Algebra.Com's Answer #543181 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! A∩B is empty since A and B have nothing in common \n" ); document.write( "(A∩B)' is everything 3,4,6,7,8 \n" ); document.write( " |