document.write( "Question 865461: Let U = {7, 8, 9, 10, 11, 12, 13}, A = {7, 8, 9, 10}, B = {7, 8, 11, 12}, and C = {9, 11, 13}. 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 #521738 by Fombitz(32388)![]() ![]() You can put this solution on YOUR website! (A ∪ B)={7,8,9,10,11,12} \n" ); document.write( "(A ∪ B) ∩ C={9,11} \n" ); document.write( " |