document.write( "Question 169451: Given A = { 2, 4, 8 , 9 }, B = { 5. 8. 9 }, C = { 8, 11, 12, 17 } AND Universal Set U = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17} \r
\n" );
document.write( "\n" );
document.write( "find
\n" );
document.write( "a) A U C
\n" );
document.write( "b) the intersection of A and B
\n" );
document.write( "c) the complement
\n" );
document.write( "d) B U A U C
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #125293 by chiefman(11)![]() ![]() You can put this solution on YOUR website! (a)A U C is \n" ); document.write( "{2,4,5,8,9}ie its the set of all elements that are in A and B \n" ); document.write( "(b)Aintersection B becomes \n" ); document.write( "{8,9} ie its the set of all alike elements in Aand B \n" ); document.write( "(c)your question seems to be incomplete since there should be a set of elements say A or B that you should complement with U. \n" ); document.write( "Assuming the question was A'(A complement)then we would have; \n" ); document.write( "{1,3,5,6,7,10,11,12,13,14,15,16,17}ie all elements in U that aren't in A \n" ); document.write( "(d)B U A U C \n" ); document.write( "first find B U A which is {2,4,5,8,9} \n" ); document.write( "then(B U A) U C which becomes {2,4,5,8,9,11,12,17}and hence the answer. \n" ); document.write( " \n" ); document.write( " |