document.write( "Question 896698: If A={a,b,c,d}
\n" );
document.write( "B={b,d,f,g}
\n" );
document.write( "Then list the elements in each of the following sets.
\n" );
document.write( "1. AUB
\n" );
document.write( "2. AnB
\n" );
document.write( "3. A-B
\n" );
document.write( "4. B-A \n" );
document.write( "
Algebra.Com's Answer #543741 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! 1) all of them-a,b,c,d,f,g \n" ); document.write( "2) those in common b,d \n" ); document.write( "3) take away those in common from a (a,c) \n" ); document.write( "4) take away those in common from b (f,g) \n" ); document.write( " |