document.write( "Question 1143301: What is the absolute value of the difference between the number of integers between zero and five inclusive a number of integers between one and six exclusive?
\n" );
document.write( "A)0
\n" );
document.write( "B)1
\n" );
document.write( "C)2
\n" );
document.write( "D)3 \n" );
document.write( "
Algebra.Com's Answer #764082 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "inclusive: include the endpoints of the defined interval \n" ); document.write( "exclusive: don't include the endpoints \n" ); document.write( "integers between 0 and 5 inclusive: {0, 1, 2, 3, 4, 5} \n" ); document.write( "integers between 1 and 6 exclusive: {2, 3, 4, 5} \n" ); document.write( "I will assume you can answer the question from there.... \n" ); document.write( " |