Questions: Propositional Connectives

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

Let P = 'It is raining' (false) and Q = 'The streets are wet' (false). What is the truth value of P → Q?

AFalse, because neither P nor Q is true
BFalse, because the consequent Q is false
CTrue, because the antecedent P is false
DUndefined, because P and Q are both false
Question 2 Multiple Choice

How is the formula P ∨ Q ∧ R parsed according to standard precedence conventions?

AAs (P ∨ Q) ∧ R, because operators are evaluated left to right
BAs P ∨ (Q ∧ R), because ∧ binds more tightly than ∨
CAs (P ∨ Q) ∧ R, because ∨ appears first in the formula
DAs P ∨ (Q ∧ R) only if explicit parentheses are added
Question 3 True / False

The disjunction P ∨ Q is true even when both P and Q are true.

TTrue
FFalse
Question 4 True / False

The conditional P → Q is false whenever Q is false.

TTrue
FFalse
Question 5 Short Answer

Why is material implication (P → Q) defined to be true when P is false, even if Q is also false? Explain using the truth-functional definition.

Think about your answer, then reveal below.