document.write( "Question 876182: The set of all outcomes of a rolled die is {1,2,3,4,5,6}. What is the complement of the subset {1,2}? \n" ); document.write( "
Algebra.Com's Answer #528608 by jim_thompson5910(35256) ![]() You can put this solution on YOUR website! The complement of {1,2} is the set of all numbers that are in the original large set but NOT in {1,2}\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So we just start with {1,2,3,4,5,6} and erase 1,2 to get {3,4,5,6} which is the final answer \n" ); document.write( " |