Questions: Truth Tables

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A student constructs a truth table for the statement P ∧ Q → R and writes only 4 rows, reasoning that she only sees two variables, P and Q. What is wrong with her table?

AShe used the wrong connective — P ∧ Q → R requires a biconditional, not a conditional
BThe table has too few rows: with three atomic variables (P, Q, and R), a complete truth table requires 2³ = 8 rows
CNothing is wrong — P ∧ Q counts as one compound variable, so 4 rows is correct
DShe should have used operator precedence to simplify the formula before building the table
Question 2 Multiple Choice

You need to evaluate the statement P ∧ Q ∨ R (no parentheses). Which sub-expression should be computed first, and why?

AP ∧ Q, because ∧ has higher precedence than ∨ and binds its operands more tightly
BP ∧ Q ∨ R left to right, since logical formulas are read like arithmetic from left to right
CQ ∨ R, because disjunction applies to the last two variables
DThe entire expression at once — precedence rules only apply when there are parentheses
Question 3 True / False

Two compound statements are logically equivalent if and only if they produce identical truth values in every row of their truth tables.

TTrue
FFalse
Question 4 True / False

When constructing a truth table, you should evaluate connectives from left to right across the formula, the same way you would read a sentence.

TTrue
FFalse
Question 5 Short Answer

Why must a truth table for a compound statement with n atomic variables have exactly 2ⁿ rows, and what is the consequence of constructing a table with fewer?

Think about your answer, then reveal below.