document.write( "Question 449748: Given U = {15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25}, A = {16, 18, 20, 22}, and B = {17, 19, 20, 23, 24}.\r
\n" );
document.write( "\n" );
document.write( "Find A′U B′. Do not skip to the answer. Show your work, finding A’, then B’ then find their union \n" );
document.write( "
Algebra.Com's Answer #309349 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! A = {16, 18, 20, 22}\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "A' = {15, 17, 19, 21, 23, 24, 25} .... this is the set of U but excluding everything in A (ie it's everything but set A). So start with U, then delete every element found in A.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "B = {17, 19, 20, 23, 24}\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "B' = {15, 16, 18, 21, 22, 25}\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now union A' and B' to get\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "A' U B' = {15, 16, 17, 18, 19, 21, 22, 23, 24, 25}\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "This is just the combination of the two sets (ie dump all the elements from both sets A' and B' into A' U B' and remove any duplicates). \n" ); document.write( " |