document.write( "Question 972043: Let n(C) represent the number of elements in the set C. If n(A intersect B) is 17 and n(A union B)-n(B) is 17, what is n(A)? \r
\n" );
document.write( "\n" );
document.write( "I was trying to do n(A union B) -n(B) = n(A) -17
\n" );
document.write( " 17 = n(A) - 17
\n" );
document.write( " 34 = n(A)
\n" );
document.write( "Is that right? \n" );
document.write( "
Algebra.Com's Answer #594453 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! n(A union B) = n(A) + n(B) - n(A intersect B) \n" ); document.write( "n(A union B) - n(B) = n(A) - n(A intersect B) \n" ); document.write( "17 = n(A) - 17 \n" ); document.write( "17 + 17 = n(A) \n" ); document.write( "34 = n(A) \n" ); document.write( "n(A) = 34\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So you are correct. \n" ); document.write( " |