document.write( "Question 319645: solve the problem: Find A∪B, given A={6,15,3} and B={15,3,100}
\n" );
document.write( "If anyone can please help me with this I would greatly appreciate it. Thank you! \n" );
document.write( "
Algebra.Com's Answer #228943 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! A U B is simply the culmination of everything in both A and B (remove the duplicates of course). So \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "A U B = {3, 6, 15, 100} \n" ); document.write( " |