document.write( "Question 291908: Given the sets U ={0,1,2,3,4,5,...} A= {1,2,3,4,...}, B= {4,8,12,16,...},
\n" );
document.write( "C= {2,4,6,8,...}
\n" );
document.write( "Determine
\n" );
document.write( "B U C \n" );
document.write( "
Algebra.Com's Answer #210978 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! B U C is everything in B and everything in C or in both B and C \n" ); document.write( "so join and combine the two sets \n" ); document.write( "B= {4,8,12,16,...}, \n" ); document.write( "C= {2,4,6,8,...} \n" ); document.write( "B U C={2,4,6,8,12,16,...} \n" ); document.write( " |