document.write( "Question 206651This question is from textbook
\n" );
document.write( ": Hello,\r
\n" );
document.write( "\n" );
document.write( "Can someone please help me with the following:\r
\n" );
document.write( "\n" );
document.write( "I not sure if my answer is right.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Write the following in roster form: Set N is the set of natural numbers between two and nine. \r
\n" );
document.write( "\n" );
document.write( "My Answer is: N= 2, 3, 4, 5, 6, 7, 8, 9\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Thank you,\r
\n" );
document.write( "\n" );
document.write( "Sammie \n" );
document.write( "
Algebra.Com's Answer #156175 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! You're are correct, but you need curly braces around the list of numbers to form the set. You should have\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "N = {2, 3, 4, 5, 6, 7, 8, 9} \n" ); document.write( " |