document.write( "Question 988828: Define sets U,A,B as shown below find (AUB)'∩ C\r
\n" );
document.write( "\n" );
document.write( "U=(a,b,c,d,e,f,g,h) A=(d,g,h) B=(a,g,h) C=(a,b,c,e,f) \n" );
document.write( "
Algebra.Com's Answer #609299 by Fombitz(32388)![]() ![]() You can put this solution on YOUR website! A U B={a,d,g,h} \n" ); document.write( "(A U B)'={b,c,e,f} \n" ); document.write( "(A U B)'∩ C={b,c,e,f} \n" ); document.write( " |