document.write( "Question 834422: with this given information A = {1, 2, 3, 4, 5, 6, 7} B = {2, 4, 6, 8} C = {7, 8, 9, 10}\r
\n" );
document.write( "\n" );
document.write( "how do i solve this A ∩ B ∩ C \n" );
document.write( "
Algebra.Com's Answer #503089 by Fombitz(32388)![]() ![]() You can put this solution on YOUR website! A ∩ B={2,4,6} \n" ); document.write( "(A ∩ B ) ∩ C=Empty set, no elements in common. \n" ); document.write( " |