document.write( "Question 332153: Given these sets:
\n" );
document.write( "A = {1, 2, 3, 4}
\n" );
document.write( "B = {3, 4, 5, 6, 7}
\n" );
document.write( "C = {3, 5, 7, 9}\r
\n" );
document.write( "\n" );
document.write( "List the elements of this set
\n" );
document.write( "B ∩ (AUC)
\n" );
document.write( "Do not skip to the answer. Show your work, step by step \n" );
document.write( "
Algebra.Com's Answer #238070 by Edwin McCravy(20056)![]() ![]() You can put this solution on YOUR website! Given these sets: \n" ); document.write( "A = {1, 2, 3, 4} \n" ); document.write( "B = {3, 4, 5, 6, 7} \n" ); document.write( "C = {3, 5, 7, 9}\r \n" ); document.write( "\n" ); document.write( "List the elements of this set \n" ); document.write( "B ∩ (A U C) \n" ); document.write( "Do not skip to the answer. Show your work, step by step \n" ); document.write( " \r\n" ); document.write( "---------------------------------------\r\n" ); document.write( "\r\n" ); document.write( "B ∩ (A U C)\r\n" ); document.write( "\r\n" ); document.write( "Substitute the sets for the letters:\r\n" ); document.write( "\r\n" ); document.write( "{3, 4, 5, 6, 7} ∩ ({1, 2, 3, 4} U {3, 5, 7, 9}}\r\n" ); document.write( "\r\n" ); document.write( "We do the parentheses first:\r\n" ); document.write( "\r\n" ); document.write( "{1, 2, 3, 4} U {3, 5, 7, 9} means to list every element\r\n" ); document.write( "that is in one of the two sets ONCE only, which is {1, 2, 3, 4, 5, 7, 9} \r\n" ); document.write( "\r\n" ); document.write( "So replace the parenthetical part, so we have: \r\n" ); document.write( "\r\n" ); document.write( "{3, 4, 5, 6, 7} ∩ {1, 2, 3, 4, 5, 7, 9} \r\n" ); document.write( "\r\n" ); document.write( "That means to list only those elements that are in common\r\n" ); document.write( "to the two sets:\r\n" ); document.write( "\r\n" ); document.write( "{3, 4, 5, 7} \r\n" ); document.write( "\r\n" ); document.write( "That's the final answer. \r\n" ); document.write( "\r\n" ); document.write( "Edwin\n" ); document.write( " |