document.write( "Question 40757: INTERSECTIONS AND UNIONS
\n" );
document.write( "let A={1,2,3,4,5}
\n" );
document.write( " B={6}
\n" );
document.write( " C={7,8}
\n" );
document.write( "Find Intersection A & C
\n" );
document.write( "i dont understand because there's nothing the same between A and C.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #26144 by rajagopalan(174)![]() ![]() You can put this solution on YOUR website! As there is no common element(s) between them. \n" ); document.write( "the answer is \"Null\". \n" ); document.write( " |