document.write( "Question 989057: Let U= 1,2,3,4,5,6,
\n" );
document.write( "A= 1,2,3,4
\n" );
document.write( "B= 1,2,5
\n" );
document.write( "C= 1,2,3,4,5
\n" );
document.write( "Find (AUB)∩C \n" );
document.write( "
Algebra.Com's Answer #609487 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! A U B={1,2,3,4,5} \n" ); document.write( "(A U B) intersect C={1,2,3,4,5} They are identical. \n" ); document.write( " |