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?
A)0
B)1
C)2
D)3
Answer by greenestamps(13200) (Show Source):
You can put this solution on YOUR website!
inclusive: include the endpoints of the defined interval
exclusive: don't include the endpoints
integers between 0 and 5 inclusive: {0, 1, 2, 3, 4, 5}
integers between 1 and 6 exclusive: {2, 3, 4, 5}
I will assume you can answer the question from there....
|
|
|