document.write( "Question 248728: Find A U B, given A = {5, 11, 2} and B = {11, 2, 100}. \n" ); document.write( "
Algebra.Com's Answer #181268 by dabanfield(803)![]() ![]() ![]() You can put this solution on YOUR website! Find A U B, given A = {5, 11, 2} and B = {11, 2, 100}.\r \n" ); document.write( "\n" ); document.write( "The union of two sets is the set that contains all the elements of both sets with duplicates removed:\r \n" ); document.write( "\n" ); document.write( "AUB = {5,11,2,100} \n" ); document.write( " |