67.2k views
2 votes
Please help me on this question

Please help me on this question-example-1
User Stroibot
by
6.0k points

1 Answer

7 votes

Answer: The filled out table is shown below

========================================================

Step-by-step explanation:

We have three variables p,q, and r. So we'll have 2^3 = 8 different rows as this table indicates. The 8 rows is to ensure that we handle all possible T/F values for the three variables.

This is where things could get tricky, but I recommend listing four copies of T in the first column, and then four copies of F right below it. That takes care of column p. For column q, we'll have two copies of TTFF to get 8 values total. Then finally column r will have four copies of T,F repeated. This takes care of all possible combos to help fill out the rest of the table.

---------------

For the column labeled ~p, we'll basically flip everything you see in column p. If something is true, then flip it to false, or vice versa. This is the negation of p. The same will go for the ~r column as well.

For the ~p v q column, we'll do a disjunction between ~p and q. A disjunction is only false when both pieces are false; otherwise it's true. So ~p v q is only false when both ~p and q are together false. The v symbol stands for "or".

The last column is doing a conjunction between the (~p v q) column and the ~r column. A conjunction is only true when both pieces are true; otherwise it's false. It's effectively the reverse of a disjunction. The upside down v symbol stands for "and".

Again the filled out table is shown below. It might help to use a piece of paper to cover up some of the rows if things get too cluttered.

Please help me on this question-example-1
User Chamaoskurumi
by
5.6k points