volume_mute

How do you represent "If statement A, then statement B" in formal logic?

publish date2022/06/11 23:52:00 GMT+10

volume_mute
  1. A ¬ B
  2. A ∧ B
  3. A → B
  4. A ∨ B
a
b
c
d

Correct Answer

c

Explanation

A → B

The logical connective here is implication, and it conveys the meaning that the truth of A  implies or leads to the truth of B

Reference

Mathematical Structures for Computer Science, Discrete Mathematics and its Applications, seventh edition


Quizzes you can take where this question appears