document.write( "Question 864604: Let U = {1, 2, 3, 4, 5, 6, 7}, A = {1, 2, 3, 4}, B = {1, 2, 5, 6}, and C = {3, 5, 7}. 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( "
Algebra.Com's Answer #521130 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! B ∩ C is the set of things that are in BOTH set B AND set C\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Only the number 5 is in BOTH set B AND set C. So this means B ∩ C = {5}\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "A ∪ (B ∩ C) turns into A ∪ {5}\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "That turns into {1, 2, 3, 4} ∪ {5} after you replace A with what it is defined to be. Finally you combine the two sets to get this final answer {1, 2, 3, 4, 5}\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "This means, A ∪ (B ∩ C) = {1, 2, 3, 4, 5}\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Note: we remove any duplicates. Since there are none, we don't have to worry about that for now. \n" ); document.write( " |