document.write( "Question 259747: 7. 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}
\n" );
document.write( "
\n" );
document.write( "List the elements of this set
\n" );
document.write( "BU(A∩C) \n" );
document.write( "
Algebra.Com's Answer #191198 by drk(1908)![]() ![]() ![]() You can put this solution on YOUR website! First we find A∩C. This means we want the overlapping information as {3} \n" ); document.write( "Second, we need B U {3}. This means all elements as {3, 4, 5, 6, 7, 9} \n" ); document.write( " |