volume_mute
Arrange connectives in order of precedence
publish date:Β 2022/06/15 02:24:00 GMT+10
Please drag and drop the options to sort them
β§ β¨
'
β
connectives within parentheses, innermost parentheses first
β
Correct Answer
(1) connectives within parentheses, innermost parentheses first
(2) '
(3) β§ β¨
(4) β
(5) β
Explanation
The correct order is
- connectives within parentheses, innermost parentheses first
- '
- β§ β¨Β
- βΒ Β
- βΒ
This means that A β¨ B' stands for A β¨ (B') not (A β¨ B)'. And A β§ B β C stands for (A β§ B) β C not A β§ (B β C).Β However, parentheses are usually used to ensure there is no confusion.
Reference
Mathematical Structures for Computer Science, Discrete Mathematics and its Applications, seventh edition
