document.write( "Question 861549: Hello im studying sets and logic and i need help with some problems im not getting.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "1.Let U =(a,g,k,q,j) A=(a,q,j) B=(k,q) C=(a,j) find A-B\r
\n" );
document.write( "\n" );
document.write( "2.let n(A)=20, n(B)=35, and n(A∩B)=4. Find n(A∪B)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #519142 by richard1234(7193)![]() ![]() You can put this solution on YOUR website! A-B = {a, j} (elements in A that are not in B) \n" ); document.write( "By inclusion-exclusion, |A∪B| = |A| + |B| - |A∩B| = 20 + 35 - 4 = 51. \n" ); document.write( " |