document.write( "Question 433982: How do I find the intersection: Given U {10,11,12,13,14,15,16,18,19,20}
\n" );
document.write( "A{12,14,16,18,20}
\n" );
document.write( "B{11,13,14,15,18,19,20}\r
\n" );
document.write( "\n" );
document.write( "Find A intersect B \n" );
document.write( "
Algebra.Com's Answer #300752 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! How do I find the intersection: Given U {10,11,12,13,14,15,16,18,19,20} \n" ); document.write( "A{12,14,16,18,20} \n" ); document.write( "B{11,13,14,15,18,19,20} \n" ); document.write( "Find A intersect B \n" ); document.write( "------- \n" ); document.write( "The intersection of Park Ave and 1st St. is the part \n" ); document.write( "of the road that is on Park and also on 1st. \n" ); document.write( "---- \n" ); document.write( "Similarly: \n" ); document.write( "A intersect B = {14,18,20} because each of those is in both A and B. \n" ); document.write( "====================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |