document.write( "Question 122495:  I need help with the following\r
\n" );
document.write( "\n" );
document.write( "For sets A and B, determine whether A = B, A is a subset of B, of B is a subset of A:  
\n" );
document.write( "           
\n" );
document.write( "        A = {x| x є N and 13 < x < 18}
\n" );
document.write( "	B = {12, 13, 14, 15, 16, 17, 18} 
\n" );
document.write( " \n" );
document.write( "
| Algebra.Com's Answer #89923 by Fombitz(32388)     You can put this solution on YOUR website! When you look at the definition of A, it includes all natural numbers greater than 13 and less than 18 or, \n" ); document.write( "A={14,15,16,17} \n" ); document.write( "Comparing this to set B, it looks like set A is a subset of set B, \n" ); document.write( "because all of the elements in set A are contained in set B. \n" ); document.write( " |