Questions: Logical Connectives and Operators

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

Which of the following correctly negates the compound statement 'n is even AND n is positive'?

An is not even AND n is not positive
Bn is not even OR n is not positive
Cn is odd AND n is negative
Dn is even OR n is positive
Question 2 Multiple Choice

Statement P is true and statement Q is also true. What is the truth value of P ∨ Q?

AFalse — both being true makes 'or' ambiguous
BTrue — mathematical OR is inclusive, so it is true whenever at least one component is true, including when both are true
CUndefined — the truth value depends on context
DFalse — 'or' in logic means exactly one is true (exclusive or)
Question 3 True / False

In formal logic, 'P or Q' is true primarily when exactly one of P or Q is true, not both.

TTrue
FFalse
Question 4 True / False

The statement 'x > 3 AND x < 7' is logically equivalent to the negation of '(x ≤ 3 OR x ≥ 7)'.

TTrue
FFalse
Question 5 Short Answer

Why does mathematical OR differ from the common English use of 'or,' and why does this distinction matter for constructing logical proofs?

Think about your answer, then reveal below.