document.write( "Question 177996This question is from textbook
\n" );
document.write( ": Given A = {1, 2, 3}, B = {3, 4, 5, 6,}, and C = {3, 5, 7}. Evaluate each set
\n" );
document.write( "a) A ∩ B
\n" );
document.write( "b) A ∩ C
\n" );
document.write( "c) A U C
\n" );
document.write( "d) B U C
\n" );
document.write( "e) (A U B) ∩ C
\n" );
document.write( "f) A U (B U C)
\n" );
document.write( "g) (A ∩ B) ∩ C
\n" );
document.write( "h) (A ∩ B) U C
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #132969 by Mathtut(3670)![]() ![]() ![]() You can put this solution on YOUR website! a) {3} \n" ); document.write( "b) {3} \n" ); document.write( "c){1,2,3,5,7} \n" ); document.write( "d){3,4,5,6,7} \n" ); document.write( "e){3,5} \n" ); document.write( "f){1,2,3,4,5,6,7} \n" ); document.write( "g){3} \n" ); document.write( "h){3,5,7} \n" ); document.write( " |