document.write( "Question 168799: If A = {1,3,5,7,9}, B = {1,5,6,7} and C = {1,2,4,6,8,9} find:
\n" );
document.write( "i) A U B ii) the complement of (A U B) iii) the intersection of B and C\r
\n" );
document.write( "\n" );
document.write( "iv) find n(A U B) v) list all the subsets of B\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #124459 by Edwin McCravy(20062) You can put this solution on YOUR website! \r\n" );
document.write( "If A = {1,3,5,7,9}, B = {1,5,6,7} and C = {1,2,4,6,8,9} find:\r\n" );
document.write( "i) A U B \r\n" );
document.write( "\r\n" );
document.write( "That mean to list all numbers that are either in A, in B, or in both.\r\n" );
document.write( "\r\n" );
document.write( "So A U B = {1,3,5,6,7,9}, for they are in A, B or both.\r\n" );
document.write( "\r\n" );
document.write( "ii) the complement of (A U B) \r\n" );
document.write( "\r\n" );
document.write( "That means to list all the numbers that are listed in one of the sets \r\n" );
document.write( "above but which are NOT in A U B, which we just found in i):\r\n" );
document.write( "\r\n" );
document.write( "Complement of A U B is {2,4,8}, for these are the ones not in A U B\r\n" );
document.write( "\r\n" );
document.write( "iii) the intersection of B and C \r\n" );
document.write( "\r\n" );
document.write( "This means to list ONLY the ones that are in BOTH B and C\r\n" );
document.write( "\r\n" );
document.write( "Intersection of B and C = {1,6}\r\n" );
document.write( "\r\n" );
document.write( "iv) find n(A U B)\r\n" );
document.write( "\r\n" );
document.write( "That means to count the elements in A U B. There are 6.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( " v) list all the subsets of B \r\n" );
document.write( "B = {1,5,6,7}\r\n" );
document.write( "There is just one subset with no members, the empty set,\r\n" );
document.write( " \n" );
document.write( " |