document.write( "Question 202396: Given U = {All letters of the alphabet}, A = {c, d, e, f}, and B = {e, f, g, h, k}. List the elements of set\r
\n" );
document.write( "\n" );
document.write( "(a) A U B
\n" );
document.write( "(b) A ∩ B
\n" );
document.write( "(c) A′ ∩ B′
\n" );
document.write( "(d) A′ U B′
\n" );
document.write( "(e) A U B′
\n" );
document.write( "(f) (A U B′) ∩ B
\n" );
document.write( "(g) (A U B) ∩ (A U B′)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #152642 by jsmallt9(3758)![]() ![]() ![]() You can put this solution on YOUR website! Given U = {All letters of the alphabet}, A = {c, d, e, f}, and B = {e, f, g, h, k}. \n" ); document.write( "To start with
\n" ); document.write( "(a) A u B \n" ); document.write( "This means \"the set whose elements are members of set A or set B (or both)\". \n" ); document.write( "A u B = {c, d, e, f, g, h, k} \n" ); document.write( "(b) A ∩ B \n" ); document.write( "This means \"the set whose elements are members of both set A and set B\". \n" ); document.write( "A ∩ B = {e, f} \n" ); document.write( "(c) A′ ∩ B′ \n" ); document.write( "A′ means \"the set of all elements of the universal set, U, which are not members of set A. \n" ); document.write( "A′ = {a, b, g, h, i, j, k, l, m, ..., z} \n" ); document.write( "B′ means \"the set of all elements of the universal set, U, which are not members of set B. \n" ); document.write( "B′ = {a, b, c, d, i, j, l, m, ..., z} \n" ); document.write( "A′ ∩ B′ means \"the set whose elements are members of both set A' and set B'\". \n" ); document.write( "A′ ∩ B′ = {a, b, i, j, l, m, ..., z} \n" ); document.write( "(d) A′ u B′ \n" ); document.write( "This means \"the set whose elements are members of set A′ or set B′ (or both)\". Using A′ and B′ from (c) we get \n" ); document.write( "A′ u B′ = {a, b, c, d, g, h, i, j, k, l, m, ..., z} \n" ); document.write( "(e) A u B′ \n" ); document.write( "This means \"the set whose elements are members of set A or set B′ (or both)\". Using A and B′ from (c) we get \n" ); document.write( "A u B′ = {a, b, c, d, e, f, i, j, l, m, ..., z} \n" ); document.write( "(f) (A u B′) ∩ B \n" ); document.write( "The first part of this is the answer to part (e). (A u B′) ∩ B means \"the set whose elements are members of the set B and members of the answer to part (e)\" \n" ); document.write( "(A u B′) ∩ B = {e, f} \n" ); document.write( "(g) (A u B) ∩ (A u B′) \n" ); document.write( "The first part is the answer to part (a), The last part is the answer to part (e). So (A u B) ∩ (A u B′) means \"the set whose members are members of the answer to part (a) and members to the answer to part (e)\". So \n" ); document.write( "(A u B) ∩ (A u B′) = {c, d, e, f} (which is set A} \n" ); document.write( " \n" ); document.write( " |