document.write( "Question 44247: A={1,2,3,4,5,6}
\n" );
document.write( "B={6,7,8,9,10}
\n" );
document.write( "U={1,2,3,4,5,6,7,8,9,10}
\n" );
document.write( "find:
\n" );
document.write( "A', B' and AUB \n" );
document.write( "
Algebra.Com's Answer #29212 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Given \n" ); document.write( "A={1,2,3,4,5,6} \n" ); document.write( "B={6,7,8,9,10} \n" ); document.write( "U={1,2,3,4,5,6,7,8,9,10} \n" ); document.write( "the complement of A is \n" ); document.write( "A' = {7, 8, 9, 10} \n" ); document.write( "and the complement of B is \n" ); document.write( "B' = {1, 2, 3, 4, 5} \n" ); document.write( "The union of A and B is \n" ); document.write( "A U B = {1,2,3,4,5,6,7,8,9,10} \n" ); document.write( " |