document.write( "Question 201861: Can someone please tell me if this statement is true or false\r
\n" );
document.write( "\n" );
document.write( "{3,6,9,12} u {3,9} = {3,6,9,12} \n" );
document.write( "
Algebra.Com's Answer #152101 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! if the \"u\" is the union operator, then yes, the statement \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "{3,6,9,12} u {3,9} = {3,6,9,12}\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "is true. Why? Recall that the union of two sets is the combination of the two sets (with duplicates removed). Also, it helps to note that if set B is a subset of set A, then \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "A U B = A \n" ); document.write( " |