document.write( "Question 866576: Let U = {2, 3, 4, 5, 6, 7, 8}, A = {2, 3, 4, 5}, B = {2, 3, 6, 7}, and C = {4, 6, 8}. 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 #534176 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! ![]() \n" ); document.write( "add all the members of a and b \n" ); document.write( "where they join with c \n" ); document.write( "2,3,6 \n" ); document.write( " \n" ); document.write( " |