document.write( "Question 1019074: Express the set using the roster method.\r
\n" );
document.write( "\n" );
document.write( "{x | x ∈ N and x lies between 1 and 5} \n" );
document.write( "
Algebra.Com's Answer #635057 by fractalier(6550) You can put this solution on YOUR website! If N means the natural numbers, the set you want is (the roster method means listing all the members of the set): \n" ); document.write( "{2, 3, 4} \n" ); document.write( " |