document.write( "Question 142167: CAN SOMEONE PLEASE HELP ME WITH THIS??\r
\n" );
document.write( "\n" );
document.write( "FIND THE INTERSECTION: {3,5,7,11} {1,2,7,8,11}\r
\n" );
document.write( "\n" );
document.write( "FIND THE UNION: {3,9,15,18,27} {3,9,15,30} \n" );
document.write( "
Algebra.Com's Answer #103515 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! intersection means the element is in BOTH sets __ {7,11}\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "union means the element is in one or the other or both __ {3,9,15,18,27,30} \n" ); document.write( " |