volume_mute
Arrange connectives in order of precedence
publish date: 2022/06/15 02:24:00 GMT+10
volume_mute- ∧ ∨
- '
- →
- connectives within parentheses, innermost parentheses first
- ↔
Please drag and drop the selected option in the right place or type it instead
a
b
c
d
e
Correct Answer
(1) d
(2) b
(3) a
(4) c
(5) e
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