The correct statement is:
Division is neither commutative nor associative.
This is because for two numbers \( a \) and \( b \):
- Commutative property states that the order of the numbers does not affect the result, which is not true for division (e.g., \( a \div b \neq b \div a \) unless \( a = b \)).
- Associative property states that the grouping of the numbers does not affect the result, which is also not true for division (e.g., \( (a \div b) \div c \neq a \div (b \div c) \)).