document.write( "Question 465142: Let U = {q, r, s, t, u, v, w, x, y, z}\r
\n" );
document.write( "\n" );
document.write( " A = {q, s, u, w, y}\r
\n" );
document.write( "\n" );
document.write( " B = {q, s, y, z}\r
\n" );
document.write( "\n" );
document.write( " C = {v, w, x, y, z}\r
\n" );
document.write( "\n" );
document.write( "Determine A ∩ (B ∪ C) \n" );
document.write( "
Algebra.Com's Answer #318724 by richard1234(7193)![]() ![]() You can put this solution on YOUR website! Remember that the union (∪) of two sets is the set of elements in either or both sets, and the intersection ∩ of two sets is the set of elements that are in both sets.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Here, just find the elements in either B or C, then find the elements that occur in both A and (B ∪ C). \n" ); document.write( " |