221k views
1 vote
HELP!! TRUTH TABLE

I would really appreciate it, if someone could walk me through how they did it! Thanks.

HELP!! TRUTH TABLE I would really appreciate it, if someone could walk me through-example-1
User Dean Chalk
by
4.9k points

1 Answer

2 votes

pq (i.e. "p and q") is true only if both p and q are true. This is the case for the first two rows, but not the third.

Similarly, (pq) ∧ r is true only if both pq and r are true. We know when pq is true, so (pq) ∧ r is true only when all three of p, q, and r are true. This happens only in the first row.

All other cases are false.

The table should look like this:


\begin{array}cp&q&r&p\land q&(p\land q)\land r) \\---&---&---&---&--- \\T&T&T&\boxed T&\boxed T\\&&&&\\T&T&F&\boxed T&\boxed F\\&&&&\\T&F&T&\boxed F&\boxed F\end{array}

User SimonBarker
by
5.2k points