document.write( "Question 394330: A = {1, 2, 3, 4}
\n" );
document.write( "B = {3, 4, 5, 6, 7}
\n" );
document.write( "C = {3, 5, 7, 9}
\n" );
document.write( "
\n" );
document.write( "List the elements of this set
\n" );
document.write( "B ∩ (A U C) \n" );
document.write( "
Algebra.Com's Answer #279859 by richard1234(7193)![]() ![]() You can put this solution on YOUR website! A (union) C = {1, 2, 3, 4, 5, 7, 9}. Then,\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "B (intersection) {1, 2, 3, 4, 5, 7, 9} = {3, 4, 5, 7} (take the common elements of both sets). \n" ); document.write( " |