document.write( "Question 764913: Given the following determine the set (A' U B')∩(A U B)'\r
\n" );
document.write( "\n" );
document.write( " U = {1,2,3,4,5,6,7,8}
\n" );
document.write( " A ={1,3,6,7,8}
\n" );
document.write( " B = {1,2,5,6}\r
\n" );
document.write( "\n" );
document.write( "(A' U B')∩ (A U B)'=\r
\n" );
document.write( "\n" );
document.write( "Can any one help?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #465809 by ramkikk66(644) ![]() You can put this solution on YOUR website! \n" ); document.write( " \r\n" );
document.write( "\r\n" );
document.write( "U = {1,2,3,4,5,6,7,8}\r\n" );
document.write( "A ={1,3,6,7,8}\r\n" );
document.write( "B = {1,2,5,6} \r\n" );
document.write( "(A' U B')∩ (A U B)'= \r\n" );
document.write( "\r\n" );
document.write( "A' = set of all elements in U but not in A = {2,4,5}\r\n" );
document.write( "B' = set of all elements in U but not in B = {3,4,7,8}\r\n" );
document.write( "A' U B' = {2,3,4,5,7,8} ---> (1)\r\n" );
document.write( "\r\n" );
document.write( "A U B = {1,2,3,5,6,7,8}\r\n" );
document.write( "(A U B)' = set of all elements in U but not in (A U B) = {4} --- (2)\r\n" );
document.write( "\r\n" );
document.write( "So (A' U B')∩ (A U B)'= {4} which is the only common element between the sets \r\n" );
document.write( "as seen from (1) and (2).\r\n" );
document.write( "\r\n" );
document.write( "\n" ); document.write( " \n" ); document.write( " |