document.write( "Question 1012416: E= {-2,1,3}
\n" );
document.write( "A= {-2,3,4,6}\r
\n" );
document.write( "\n" );
document.write( "-Find the Union of E and A.
\n" );
document.write( "-Find the intersection of E and A. \n" );
document.write( "
Algebra.Com's Answer #628348 by Fombitz(32388)![]() ![]() You can put this solution on YOUR website! E U A={-2,1,3,4,6} \n" ); document.write( "E n A={-2,3} \n" ); document.write( " \n" ); document.write( " |