Generally an idea or concept may not be exactly achievable.  Consider

How many numbers in the first class are less than 10?  You cannot tell because you do not know if 10 is one of the values or not.  You avoid this problem using class boundaries

 

Close