document.write( "Question 828728: Let U = {4, 5, 6, 7, 8, 9, 10}, A = {4, 5, 6, 7}, B = {4, 5, 8, 9}, and C = {6, 8, 10}. List all the members of the given set. (Enter your answers as a comma-separated list.)
\n" );
document.write( "(A ∪ B) ∩ C
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #499472 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! A ∪ B is the set of the combination of sets A and B. You basically combine them together and toss the duplicates. So,\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "A ∪ B = {4, 5, 6, 7, 4, 5, 8, 9} ... combine the two sets\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "A ∪ B = {4, 5, 6, 7, 8, 9} ... but remember to toss the duplicates (tossed 4,5)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-------------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now we must look at what the two sets A ∪ B = {4, 5, 6, 7, 8, 9} and C = {6, 8, 10} have in common. The numbers 6,8 are the only two numbers in BOTH sets.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So this is why the final answer is {6,8}\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(A ∪ B) ∩ C = {6,8} \n" ); document.write( " |