document.write( "Question 459361: Given A = {1, 2, 3, 4}, B = {4, 5, 6,}, and C = {2, 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 #314986 by sudhanshu_kmr(1152)![]() ![]() You can put this solution on YOUR website! Given A = {1, 2, 3, 4}, B = {4, 5, 6,}, and C = {2, 6, 7}.\r \n" ); document.write( "\n" ); document.write( "a) A ∩ B = {4}\r \n" ); document.write( "\n" ); document.write( "b) A U C = {1,2,3,4,6,7}\r \n" ); document.write( "\n" ); document.write( "c) B U C = { 2,4,5,6,7}\r \n" ); document.write( "\n" ); document.write( "d) (A U B) ∩ C = {2,6 }\r \n" ); document.write( "\n" ); document.write( "e) A U (B U C) = {1,2,3,4,5,6,7}\r \n" ); document.write( "\n" ); document.write( "f) (A ∩ B) ∩ C = null \r \n" ); document.write( "\n" ); document.write( "g) (A ∩ B) U C = {2,4,6,7}\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |