document.write( "Question 452523: Given these sets\r
\n" ); document.write( "\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\r
\n" ); document.write( "\n" ); document.write( "B ∩ (A ∪ C)
\n" ); document.write( "

Algebra.Com's Answer #311065 by pedjajov(51)\"\" \"About 
You can put this solution on YOUR website!
Result set for union=∪ holds elements that belong to the either of two sets that make up that union.
\n" ); document.write( ":
\n" ); document.write( "A ∪ C = {1,2,3,4} ∪ {3,5,7,9} = {1,2,3,4,5,7,9}
\n" ); document.write( ":
\n" ); document.write( "Result set for intersection=∩ holds elements that are common in both of the sets.
\n" ); document.write( ":
\n" ); document.write( "B ∩ (A ∪ C) = {3,4,5,6,7} ∩ {1,2,3,4,5,7,9} = {3,4,5,7}
\n" ); document.write( "
\n" );