document.write( "Question 1089563: (A union B)=(A union C) & (A intersection B)=(A intersection C) then PROVE THAT B=C
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #704212 by MathLover1(20849)![]() ![]() You can put this solution on YOUR website! \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "given:\r \n" ); document.write( "\n" ); document.write( "(A U B) =(A U C) \r \n" ); document.write( "\n" ); document.write( "(A ∩ B)=(A ∩ C)\r \n" ); document.write( "\n" ); document.write( "proof: \n" ); document.write( "(A U B) =(A U C) \n" ); document.write( "=>(A U B)∩ C =(A U C) ∩ C \n" ); document.write( "=>(A ∩ C) U (B∩ C) = C.........(distributive law) \n" ); document.write( "=>(A U B) = A U C\r \n" ); document.write( "\n" ); document.write( "=>(A U B)∩ B = (A U C) ∩ B \n" ); document.write( "=>B = (A∩ B) U (C∩ B).........(distributive law) \n" ); document.write( "=>B = (A∩ C) U (C∩ B)................[given (A∩ B)=(A∩ C) ] \n" ); document.write( "=>B = C \n" ); document.write( " |