document.write( "Question 636251: Given A = {1,2,3,4,5,6}, B = {1,2}, and C = {6, 7}. Evaluate each set
\n" );
document.write( "a) A ∩ B
\n" );
document.write( "b) A U C
\n" );
document.write( "c) B U C
\n" );
document.write( "d) (A U B) ∩ C
\n" );
document.write( "e) A U (B U C)
\n" );
document.write( "f) (A ∩ B) ∩ C
\n" );
document.write( "g) (A ∩ B) U C \n" );
document.write( "
Algebra.Com's Answer #400851 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! I'll do the first few to get you going. Let me know if you need to see steps\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "a) A ∩ B = {1,2} \n" ); document.write( "b) A U C = {1,2,3,4,5,6,7} \n" ); document.write( "c) B U C = {1,2,6,7} \n" ); document.write( "d) (A U B) ∩ C = {6} \n" ); document.write( "e) A U (B U C) = {1,2,3,4,5,6,7} \n" ); document.write( "f) (A ∩ B) ∩ C \n" ); document.write( "g) (A ∩ B) U C \n" ); document.write( " |