document.write( "Question 575908: Determine the following: B ∪ C if:
\n" );
document.write( " U= {a, b, c, d, e, f, g, h, I, j, k}
\n" );
document.write( " A= {a, c, d, f, g, i}
\n" );
document.write( " B= {b, c, d, f, g}
\n" );
document.write( " C= {a, b, f, I, j}
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #369647 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! B U C = {set of everything that is found in either sets B or C}\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "B U C = {b, c, d, f, g, a, b, f, I, j}\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "B U C = {a, b, c, d, f, g, I, j} \n" ); document.write( " |