Truth Table Math Example 4

Follow the full solution, then compare it with the other examples linked below.

Example 4

medium
Construct the truth table for p¬qp \land \neg q.

Solution

  1. 1
    List the four combinations of (p,q)(p,q): (T,T)(T,T), (T,F)(T,F), (F,T)(F,T), (F,F)(F,F). Then compute ¬q\neg q: F,T,F,TF, T, F, T.
  2. 2
    Now compute p¬qp \land \neg q: TF=FT \land F = F, TT=TT \land T = T, FF=FF \land F = F, FT=FF \land T = F.

Answer

pqp¬qTTFTFTFTFFFF\begin{array}{cc|c} p & q & p \land \neg q \\ \hline T & T & F \\ T & F & T \\ F & T & F \\ F & F & F \end{array}
Truth tables evaluate compound statements row by row. Breaking the expression into smaller columns such as ¬q\neg q first makes the final column easier to compute accurately.

About Truth Table

A table that systematically lists every possible combination of truth values for the input variables and the resulting truth value of the expression.

Learn more about Truth Table →

More Truth Table Examples