document.write( "Question 775100: Find A ∩ B A = {2, 3, 4, 5, 6} B = {3, 6, 9, 12, 15} \n" ); document.write( "
Algebra.Com's Answer #472640 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! A ∩ B = set of elements that are in BOTH A and B\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "A ∩ B = { 3, 6 } \n" ); document.write( " |