document.write( "Question 1033530: Write the following in set roster notation : the set of
\n" );
document.write( " p of even numbers between 10 and 15 inclusive.\r
\n" );
document.write( "\n" );
document.write( "Let u =(a,b,c,d,e,f,g),A=(a,b,c), B=(c,d) find AuB \n" );
document.write( "
Algebra.Com's Answer #648162 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! Problem: \n" ); document.write( "Write the following in set roster notation : the set of \n" ); document.write( "p of even numbers between 10 and 15 inclusive. \n" ); document.write( "--------------------------------------------------- \n" ); document.write( "Roster Notation is essentially notation that lists out EVERY member of the set. \n" ); document.write( "This means we simply list out the even numbers from 10 to 15, which are 10,12,14\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Answer: {10, 12, 14}\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "============================================================================== \n" ); document.write( "==============================================================================\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Problem: \n" ); document.write( "Let u =(a,b,c,d,e,f,g),A=(a,b,c), B=(c,d) find AuB \n" ); document.write( "--------------------------------------------------- \n" ); document.write( "A = {a, b, c} \n" ); document.write( "B = {c, d} \n" ); document.write( "A U B = {a, b, c, d} \n" ); document.write( "Set union has us combining the two sets (A and B) and then tossing out duplicate elements.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Answer: {a, b, c, d} \n" ); document.write( " |