document.write( "Question 1050697: IS MY NUMBER CORRECT?\r
\n" );
document.write( "\n" );
document.write( "Let the universal set be the letters a through j: U={A,B,....I,J} \r
\n" );
document.write( "\n" );
document.write( "A={A,D,G,I}
\n" );
document.write( "B={D,E,F,I}
\n" );
document.write( "C={C,D,E,G} \r
\n" );
document.write( "\n" );
document.write( "List the ELEMENTS Of the set (A INTERSECT B) U C \r
\n" );
document.write( "\n" );
document.write( "MY ANSWER IS {C,D,E,G}
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #666295 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! (A ᑎ B) = {D, I} \n" ); document.write( "(A ᑎ B)U C = {D, I} U {C,D,E,G} = {C,D,E,G,I} \n" ); document.write( " |